]> git.lyx.org Git - lyx.git/blobdiff - src/LyXView.h
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / LyXView.h
index 40f44074adf6c4c887103e758d00634bb7dbffb4..2a570d958d393803892d4c23dcc47327b927aac4 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "LString.h"
 #include "frontends/Timeout.h"
-#include "layout.h" // Just for LyXTextClass::size_type (sic)
+#include "support/types.h"
 
 class Buffer;
 class Toolbar;
@@ -53,7 +53,7 @@ public:
        Toolbar * getToolbar() const;
 
        /// sets the layout in the toolbar layout combox
-       void setLayout(LyXTextClass::size_type layout);
+       void setLayout(lyx::layout_type layout);
 
        /// update the toolbar
        void updateToolbar();