More work on making use of nested namespaces

This commit is contained in:
Alexander Bock
2017-07-16 01:55:35 -04:00
parent 4dba552fd1
commit 26682669ff
160 changed files with 726 additions and 908 deletions

View File

@@ -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.