]> git.lyx.org Git - lyx.git/blobdiff - src/trans_mgr.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / trans_mgr.h
index 2620dde25db555bc0922c773e43685c175086ed9..f0126244ccee91df45d8feeb5654e0d49ab3db32 100644 (file)
@@ -2,10 +2,6 @@
 #ifndef TRANS_MANAGER_H
 #define TRANS_MANAGER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "tex-accent.h"
 #include "trans_decl.h"
 #include "chset.h"
@@ -61,7 +57,7 @@ public:
 
 
 /// Init State
-class TransInitState : virtual public TransFSMData, public TransState {
+class TransInitState :virtual public TransFSMData, public TransState {
 public:
        ///
        TransInitState();