]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hullinset.h
Fix.
[lyx.git] / src / mathed / math_hullinset.h
index d35c9a7bce259585d14fffad357c71f347b6baab..f0911dd926df67736a66a4184d254df00c024ce4 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** This provides an interface between "LyX insets" and "LyX math insets"
  *  \author André Pönitz
@@ -50,7 +47,7 @@ public:
        bool ams() const;
        /// local dispatcher
        result_type dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
-       /// 
+       ///
        void getLabelList(std::vector<string> &) const;
        ///
        void validate(LaTeXFeatures & features) const;
@@ -92,7 +89,7 @@ public:
        void infoize(std::ostream & os) const;
 
 protected:
-       ///     
+       ///
        string eolString(row_type row, bool fragile) const;
 
 private: