]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacro.h
move everything into namespace lyx
[lyx.git] / src / mathed / InsetMathMacro.h
index 02c097bfb2669e2ccab5ccea56a9b2410fb32e25..7b15d3b1aa0ca214ee55bc829ad6c4b65daca7f4 100644 (file)
@@ -19,6 +19,9 @@
 #include "MathMacroTable.h"
 
 
+namespace lyx {
+
+
 /// This class contains the data for a macro.
 class MathMacro : public InsetMathNest {
 public:
@@ -72,4 +75,7 @@ private:
 };
 
 
+
+
+} // namespace lyx
 #endif