X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.h;h=abe9f16339cfcad30f4d91bac87e4fda5ed83254;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=c3ea6904e9434fbe4c077e44ee5288203482f5f5;hpb=eb36b71ce3b9880a9b577f3db25d16e6a86cd338;p=lyx.git diff --git a/src/Thesaurus.h b/src/Thesaurus.h index c3ea6904e9..abe9f16339 100644 --- a/src/Thesaurus.h +++ b/src/Thesaurus.h @@ -20,6 +20,8 @@ #include AIKSAURUS_H_LOCATION #endif +namespace lyx { + /** * This class provides an interface to whatever thesauri we might support. */ @@ -46,4 +48,7 @@ private: extern Thesaurus thesaurus; + +} // namespace lyx + #endif