Fixed namespaces -> now compiles on linux

This commit is contained in:
Christopher Besch 2021-07-27 11:47:33 +02:00 committed by GitHub
parent 40355ebfc2
commit f4b932a8f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,9 +31,9 @@ namespace Light {
}
};
::Light::Application* ::Light::CreateApplication()
Application* CreateApplication()
{
return new Mirror();
}
}
}