mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Provide a static member variable Name for all OpenSpaceModules
This commit is contained in:
@@ -52,9 +52,7 @@
|
||||
|
||||
namespace openspace {
|
||||
|
||||
BaseModule::BaseModule()
|
||||
: OpenSpaceModule("Base")
|
||||
{}
|
||||
BaseModule::BaseModule() : OpenSpaceModule(BaseModule::Name) {}
|
||||
|
||||
void BaseModule::internalInitialize() {
|
||||
FactoryManager::ref().addFactory(
|
||||
|
||||
Reference in New Issue
Block a user