Some more cleanup with nested namespaces

This commit is contained in:
Alexander Bock
2017-07-16 11:59:01 -04:00
parent 26682669ff
commit 096e751de2
38 changed files with 118 additions and 157 deletions

View File

@@ -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 {