]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
* Inset:
[lyx.git] / src / insets / InsetTabular.h
index 90df5c8121bb8f02b920ff82e95638d06a232915..90bdecac04fad0ca2964b7f9eed50ef99c953434 100644 (file)
 #define INSETTABULAR_H
 
 #include "Inset.h"
-#include "MailInset.h"
-#include "Length.h"
 #include "InsetText.h"
-
+#include "Layout.h"
+#include "Length.h"
+#include "MailInset.h"
 
 #include <boost/shared_ptr.hpp>
 
@@ -667,7 +667,7 @@ public:
        ///
        void write(Buffer const &, std::ostream &) const;
        ///
-       bool metrics(MetricsInfo &, Dimension &) const;
+       void metrics(MetricsInfo &, Dimension &) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///