mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-19 16:51:33 -05:00
Provide a static member variable Name for all OpenSpaceModules
This commit is contained in:
@@ -31,6 +31,8 @@ namespace openspace {
|
||||
|
||||
class DebuggingModule : public OpenSpaceModule {
|
||||
public:
|
||||
constexpr static const char* Name = "Debugging";
|
||||
|
||||
DebuggingModule();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user