mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 17:40:26 -05:00
Started switching OpenSpace projects to nested namespaces
Various cleanups
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*****************************************************************************************
|
||||
/*****************************************************************************************
|
||||
* *
|
||||
* OpenSpace *
|
||||
* *
|
||||
@@ -35,9 +35,8 @@
|
||||
#include <iostream>
|
||||
|
||||
namespace {
|
||||
const std::string _loggerCat = "DebugRenderer";
|
||||
}
|
||||
|
||||
const char* _loggerCat = "DebugRenderer";
|
||||
} // namespace
|
||||
|
||||
namespace openspace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user