]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / MathFactory.h
index f62f22d980f09b26b9a419e0e44830de9b2ce0d1..fbc130cda12e50d7255e28827b910fc30f8f9ae8 100644 (file)
 #ifndef MATH_FACTORY_H
 #define MATH_FACTORY_H
 
-#include <map>
-
 #include "MathParser.h"
 
 #include "support/strfwd.h"
 
-using std::map;
+#include <map>
 
 namespace lyx {
 
@@ -35,7 +33,7 @@ MathAtom createInsetMath(char const * const);
  */
 bool createInsetMath_fromDialogStr(docstring const &, MathData &);
 
-typedef map<docstring, latexkeys> MathWordList;
+typedef std::map<docstring, latexkeys> MathWordList;
 MathWordList const & mathedWordList();
 
 } // namespace lyx