]> git.lyx.org Git - lyx.git/blobdiff - src/kbmap.h
Small fix.
[lyx.git] / src / kbmap.h
index 4cd1b0845ba3f40f400620db8703077aed50c8c5..e3805b79c5a65a1479d74324c6f40337b7b9055f 100644 (file)
@@ -14,7 +14,6 @@
 #endif
 
 #include <list>
-using std::list;
 
 #include "LString.h"
 
@@ -70,7 +69,7 @@ private:
                return table.empty();
        }
        ///
-       typedef list<kb_key> Table;
+       typedef std::list<kb_key> Table;
        ///
        Table table;
 };