]> 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 71cb18000744cae06c87ad0489b2726f161e0a23..2a570d958d393803892d4c23dcc47327b927aac4 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "LString.h"
 #include "frontends/Timeout.h"
-#include "layout.h"
+#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();