mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Explicitely wrote namespace in file instead of using MM_*_NAMESPACE (related to #278).
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
namespace mmp {
|
||||
|
||||
bool OscReceiver::server_is_ok_ = true;
|
||||
|
||||
@@ -76,6 +76,6 @@ std::string OscReceiver::toString() const {
|
||||
return "port:" + port_;
|
||||
}
|
||||
|
||||
MM_END_NAMESPACE
|
||||
}
|
||||
|
||||
#endif // HAVE_OSC
|
||||
|
||||
Reference in New Issue
Block a user