]> git.lyx.org Git - lyx.git/blobdiff - src/Variables.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / Variables.h
index 617a740785f33ae3b4e7c140573c3861cff78cfe..1b71983911299a84ad2d349a8a1fa6e481594ae7 100644 (file)
@@ -26,11 +26,11 @@ public:
   /// 
   void set(string const &, string const &);
   /// 
-  virtual string get(string const &) const;
+  string const get(string const &) const;
   ///
   bool isset(string const & var) const;
   /// 
-  string expand(string const &) const;
+  string const expand(string const &) const;
 private:
   ///
   typedef std::map<string, string> Vars;