]> 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 94126f94a22398f32c7953699fe02e56255c40d7..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,6 +16,7 @@
 #include "ui_SymbolsUi.h"
 
 #include <map>
+#include <string>
 #include <vector>
 
 namespace lyx {
@@ -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: