X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.C;h=562bd748835c6109a6d8c69a6e5f551f6be848fa;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=6013a96007da3692fb2e7e709791d31efc712b77;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/Thesaurus.C b/src/Thesaurus.C index 6013a96007..562bd74883 100644 --- a/src/Thesaurus.C +++ b/src/Thesaurus.C @@ -12,16 +12,19 @@ #include "Thesaurus.h" -#ifdef HAVE_LIBAIKSAURUS - #include +#include + +using std::string; + +#ifdef HAVE_LIBAIKSAURUS using std::sort; + Thesaurus::Thesaurus() -{ - aik_ = new Aiksaurus; -} + : aik_(new Aiksaurus) +{} Thesaurus::~Thesaurus()