X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVariables.h;h=7758696bbb2b25ffbe8216fb932af0bc2182f523;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=5a06b64347ba5d5558a1f3ef8d8574b30032bbcc;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/Variables.h b/src/Variables.h index 5a06b64347..7758696bbb 100644 --- a/src/Variables.h +++ b/src/Variables.h @@ -16,6 +16,9 @@ #include +namespace lyx { + + /// class Variables { public: @@ -34,4 +37,7 @@ private: Vars vars_; }; + +} // namespace lyx + #endif