]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSymbols.h
Compil fix.
[lyx.git] / src / frontends / qt4 / GuiSymbols.h
index 3c250a1de67451f75afe39f401cd53d16baa156a..18d28994a9550124ea85478d190c8c95ada8bb85 100644 (file)
@@ -16,7 +16,8 @@
 #include "ui_SymbolsUi.h"
 
 #include <map>
-#include <set>
+#include <string>
+#include <vector>
 
 namespace lyx {
 namespace frontend {
@@ -34,7 +35,7 @@ public:
        void dispatchParams();
        void enableView(bool enable);
        bool isBufferDependent() const { return true; }
-       virtual FuncCode getLfun() const { return LFUN_SELF_INSERT; }
+       FuncCode getLfun() const { return LFUN_SELF_INSERT; }
        //@}
 
 public Q_SLOTS:
@@ -62,7 +63,7 @@ private:
        ///
        UsedBlocks used_blocks;
        /// list of all symbols
-       typedef std::set<char_type> SymbolsList;
+       typedef std::vector<char_type> SymbolsList;
        ///
        SymbolsList symbols_;
        /// custom model for symbol list view