]> git.lyx.org Git - lyx.git/blobdiff - src/Variables.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / Variables.h
index 5a06b64347ba5d5558a1f3ef8d8574b30032bbcc..5823fb3e6cdcb36be12baed316a780b6f2e41985 100644 (file)
@@ -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 <map>
 
 
+namespace lyx {
+
+
 ///
 class Variables {
 public:
@@ -34,4 +37,7 @@ private:
        Vars vars_;
 };
 
+
+} // namespace lyx
+
 #endif