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
@@ -20,7 +20,7 @@
#include "ConsoleWindow.h"
#include <QtWidgets>
MM_BEGIN_NAMESPACE
namespace mmp {
ConsoleWindow* ConsoleWindow::instance = NULL;
@@ -153,4 +153,4 @@ ConsoleWindow::~ConsoleWindow()
kill();
}
MM_END_NAMESPACE
}