]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetfootlike.h
index 09752a8d493c0904d80811d69c3f1df3fddf5062..09e24ba4205503b8d9593bf3385ce5db8232f0a8 100644 (file)
@@ -14,6 +14,9 @@
 
 #include "insetcollapsable.h"
 
+
+namespace lyx {
+
 // To have this class is probably a bit overkill... (Lgb)
 
 // The footnote inset
@@ -24,7 +27,7 @@ public:
        ///
        InsetFootlike(InsetFootlike const &);
        ///
-       void metrics(MetricsInfo &, Dimension &) const;
+       bool metrics(MetricsInfo &, Dimension &) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -37,4 +40,7 @@ public:
        bool noFontChange() const { return true; }
 };
 
+
+} // namespace lyx
+
 #endif