mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-04 14:39:46 +02:00
Integrate all code inside a namespace
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
|
||||
ProjectReader::ProjectReader(MainWindow *window) : _window(window)
|
||||
{
|
||||
}
|
||||
@@ -169,4 +171,4 @@ Mapping::ptr ProjectReader::parseMapping(const QDomElement& mappingElem)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
MM_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user