]> git.lyx.org Git - lyx.git/blobdiff - src/kbmap.h
citation patch from Angus
[lyx.git] / src / kbmap.h
index cfb4584ac7e99cd7d3ee96539cecd61d279ec89f..e3805b79c5a65a1479d74324c6f40337b7b9055f 100644 (file)
@@ -17,8 +17,6 @@
 
 #include "LString.h"
 
-using std::list;
-
 class kb_sequence;
 
 /// Defines key maps and actions for key sequences
@@ -71,7 +69,7 @@ private:
                return table.empty();
        }
        ///
-       typedef list<kb_key> Table;
+       typedef std::list<kb_key> Table;
        ///
        Table table;
 };