X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVariables.h;h=5823fb3e6cdcb36be12baed316a780b6f2e41985;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=5a06b64347ba5d5558a1f3ef8d8574b30032bbcc;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/Variables.h b/src/Variables.h index 5a06b64347..5823fb3e6c 100644 --- a/src/Variables.h +++ b/src/Variables.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * * Full author contact details are available in file CREDITS. @@ -16,6 +16,9 @@ #include +namespace lyx { + + /// class Variables { public: @@ -34,4 +37,7 @@ private: Vars vars_; }; + +} // namespace lyx + #endif