]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_factory.h
small up/down tweaking
[lyx.git] / src / mathed / math_factory.h
index 56e0e916691b9dcc4f4112c69e8639c727451fb4..da5fb9f367001710231406101dbf8a26d0b5af9d 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef MATH_FACTORY_H
 #define MATH_FACTORY_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "LString.h"
 #include "math_atom.h"
 
@@ -8,6 +12,5 @@ class MathInset;
 class latexkeys;
 
 MathAtom createMathInset(string const &);
-MathAtom createMathInset(latexkeys const *);
 
 #endif