X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiSymbols.h;h=1ddcc1413c9df10673c2263cb93604632ba72671;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=3c250a1de67451f75afe39f401cd53d16baa156a;hpb=0d5e1782f06a4203d519185ecce6ad6d3a29f21a;p=lyx.git diff --git a/src/frontends/qt4/GuiSymbols.h b/src/frontends/qt4/GuiSymbols.h index 3c250a1de6..1ddcc1413c 100644 --- a/src/frontends/qt4/GuiSymbols.h +++ b/src/frontends/qt4/GuiSymbols.h @@ -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 -#include +#include +#include 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 SymbolsList; + typedef std::vector SymbolsList; /// SymbolsList symbols_; /// custom model for symbol list view