mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Integrate all code inside a namespace
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include "MappingGui.h"
|
||||
|
||||
MM_BEGIN_NAMESPACE
|
||||
|
||||
MappingGui::MappingGui(Mapping::ptr mapping)
|
||||
: _mapping(mapping),
|
||||
_graphicsItem(NULL),
|
||||
@@ -391,3 +393,4 @@ EllipseTextureMappingGui::EllipseTextureMappingGui(QSharedPointer<TextureMapping
|
||||
_inputGraphicsItem.reset(new EllipseTextureGraphicsItem(_mapping, false));
|
||||
}
|
||||
|
||||
MM_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user