mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Some more cleanup with nested namespaces
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*****************************************************************************************
|
||||
/*****************************************************************************************
|
||||
* *
|
||||
* OpenSpace *
|
||||
* *
|
||||
@@ -42,7 +42,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
namespace {
|
||||
static const std::string _loggerCat = "RenderableStars";
|
||||
const char* _loggerCat = "RenderableStars";
|
||||
|
||||
const char* KeyFile = "File";
|
||||
const char* KeyTexture = "Texture";
|
||||
@@ -79,7 +79,7 @@ namespace {
|
||||
|
||||
float speed;
|
||||
};
|
||||
}
|
||||
} // namespace
|
||||
|
||||
namespace openspace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user