X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.h;h=5f2793274122dab76ba568aa777ddaf40286285f;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=083fcef223610221789ab9ac61acedcade316eab;hpb=822c8ce43043d0f1d4d0b3a21039768e3c1d6e7b;p=lyx.git diff --git a/src/Thesaurus.h b/src/Thesaurus.h index 083fcef223..5f27932741 100644 --- a/src/Thesaurus.h +++ b/src/Thesaurus.h @@ -9,15 +9,15 @@ #ifndef THESAURUS_H #define THESAURUS_H - + #include #include - + #include "LString.h" #ifdef HAVE_LIBAIKSAURUS -#include "Aiksaurus.h" +#include AIKSAURUS_H_LOCATION #endif - + /** * This class provides an interface to whatever thesauri we might support. */ @@ -30,7 +30,7 @@ public: ~Thesaurus(); typedef std::map > Meanings; - + /** * look up some text in the thesaurus */ @@ -41,7 +41,7 @@ private: Aiksaurus * aik_; #endif }; - + extern Thesaurus thesaurus; - + #endif