mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-08 22:38:42 -05:00
More work on making use of nested namespaces
This commit is contained in:
@@ -45,9 +45,7 @@ namespace openspace {
|
||||
gui::GUI OnScreenGUIModule::gui;
|
||||
Touch OnScreenGUIModule::touchInput;
|
||||
|
||||
OnScreenGUIModule::OnScreenGUIModule()
|
||||
: OpenSpaceModule(Name)
|
||||
{
|
||||
OnScreenGUIModule::OnScreenGUIModule() : OpenSpaceModule(Name) {
|
||||
addPropertySubOwner(gui);
|
||||
|
||||
// TODO: Remove dependency on OsEng.
|
||||
|
||||
Reference in New Issue
Block a user