]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSymbols.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiSymbols.h
index 3c250a1de67451f75afe39f401cd53d16baa156a..1ddcc1413c9df10673c2263cb93604632ba72671 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Jürgen Spitzmüller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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