]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / lyxvc.h
index ee4df7ba60846886dd4dd14fd3eeef5b234f430f..8f3272f699923a642ae4a46605fc9117cab7eefe 100644 (file)
@@ -8,7 +8,7 @@
 #endif
 
 #include "LString.h"
-#include "latexoptions.h"
+#include "log_form.h"
 
 class VCS;
 class Buffer;
@@ -91,7 +91,6 @@ public:
        static void logClose(FL_OBJECT *, long);
        ///
        static void logUpdate(FL_OBJECT *, long);
-protected:
 private:
        ///
        Buffer * owner_;