X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.C;h=562bd748835c6109a6d8c69a6e5f551f6be848fa;hb=7f68b94d8a7fba6942890b7733403192b98b040a;hp=ebfd3bda35a0b761879c557659357c4aeee8ff4e;hpb=8283e978f8d621041c432b9b88a476bfd567385c;p=lyx.git diff --git a/src/Thesaurus.C b/src/Thesaurus.C index ebfd3bda35..562bd74883 100644 --- a/src/Thesaurus.C +++ b/src/Thesaurus.C @@ -1,25 +1,30 @@ /** * \file Thesaurus.C - * Copyright 2001 the LyX Team - * Read the file COPYING + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * * \author John Levon + * + * Full author contact details are available in file CREDITS. */ #include #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()