]> git.lyx.org Git - lyx.git/blobdiff - src/Sectioning.h
multicol; small stuff
[lyx.git] / src / Sectioning.h
index ca1dd134b0a31efe500a3498da5f96e0fa9678ba..a07307f506a3fa2b219a1fe9cb39b43ad9cf441e 100644 (file)
@@ -3,10 +3,6 @@
 #ifndef SECTIONING_H
 #define SECTIONING_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <map>
 
 #include "LString.h"
@@ -47,7 +43,6 @@ private:
 
 ///
 class SectioningList {
-public:
 private:
        ///
        typedef std::map<string, Section> List_;