]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.h
Rename files in src/mathed and src/graphics from .C to .cpp, step 2
[lyx.git] / src / mathed / InsetMathUnderset.h
index ba0d223a70684cfb6b4e249e28581e48e9e45004..4eb2fce5174a4910b28c2a563eae9969be925a56 100644 (file)
 
 #include "InsetMathFracBase.h"
 
+
+namespace lyx {
+
 /// Inset for underset
 class InsetMathUnderset : public InsetMathFracBase {
 public:
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -38,4 +41,7 @@ private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+
+} // namespace lyx
 #endif