mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-06 04:18:36 -06:00
Provide a static member variable Name for all OpenSpaceModules
This commit is contained in:
@@ -53,11 +53,7 @@
|
||||
|
||||
namespace openspace {
|
||||
|
||||
const std::string GlobeBrowsingModule::name = "GlobeBrowsing";
|
||||
|
||||
GlobeBrowsingModule::GlobeBrowsingModule()
|
||||
: OpenSpaceModule(name)
|
||||
{ }
|
||||
GlobeBrowsingModule::GlobeBrowsingModule() : OpenSpaceModule(Name) {}
|
||||
|
||||
void GlobeBrowsingModule::internalInitialize() {
|
||||
using namespace globebrowsing;
|
||||
|
||||
Reference in New Issue
Block a user