]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathStackrel.h
index 8d9cfc006f85cab901b630fd409b7d634876d159..5799df27490269e7d20c2daf8b4de19bf6dc6ff4 100644 (file)
@@ -15,6 +15,9 @@
 #include "InsetMathFracBase.h"
 
 
+namespace lyx {
+
+
 /** Stackrel objects
  *  \author André Pönitz
  *
@@ -37,4 +40,7 @@ private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+
+} // namespace lyx
 #endif