Encapsulate some classes in namespaces
[vlp.git] / src / edit / UnitStructureDialog.cpp
index a947a129cc22f1418557407f9abf26d258ab78de..01db86b569e31cf14fae18e0ce88a5877439a990 100644 (file)
@@ -1,5 +1,8 @@
 #include "UnitStructureDialog.h"
 
+namespace loglan {
+namespace vlp {
+
 #define TYPENUM        5
 
 const char *UnitTypes[TYPENUM] = {
@@ -45,3 +48,6 @@ QString UnitStructureDialog::getCode()
        );
        return code;
 }
+
+}
+}