Fixed namespaces -> now compiles on linux
This commit is contained in:
parent
40355ebfc2
commit
f4b932a8f0
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ namespace Light {
|
|||
}
|
||||
};
|
||||
|
||||
::Light::Application* ::Light::CreateApplication()
|
||||
Application* CreateApplication()
|
||||
{
|
||||
return new Mirror();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue