]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarDefaults.h
more changes, read the Changelog
[lyx.git] / src / ToolbarDefaults.h
index c8c3f76eba740268d0b147e7ec4d6c2296e2e486..91fe0cc4c804806f6455650acbbc82c6d1d1a844 100644 (file)
@@ -9,13 +9,11 @@
 
 class LyXLex;
 
-using std::vector;
-
 ///
 class ToolbarDefaults {
 public:
        ///
-       typedef vector<int> Defaults;
+       typedef std::vector<int> Defaults;
        ///
        typedef Defaults::iterator iterator;
        ///