Explicitely wrote namespace in file instead of using MM_*_NAMESPACE (related to #278).

This commit is contained in:
Tats
2016-11-29 00:21:25 -05:00
parent 8987c972b1
commit 557227ac89
81 changed files with 162 additions and 164 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
#include "ProjectLabels.h"
MM_BEGIN_NAMESPACE
namespace mmp {
const char* ProjectLabels::CLASS_NAME = "className";
const char* ProjectLabels::PAINTS = "paints";
@@ -30,4 +30,4 @@ const char* ProjectLabels::NAME = "name";
const char* ProjectLabels::SOURCE = "source";
const char* ProjectLabels::DESTINATION = "destination";
MM_END_NAMESPACE
}