X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVariables.h;h=c7c092a5c06d07853c15463bab34f84171b7cd10;hb=5702f22ef0ea3d167fc5f327002d7006eef657b4;hp=45747927c158f9040bf4219664f44c4926b27d40;hpb=4d3288c95b580560b4707e163a0e60609e287758;p=lyx.git diff --git a/src/Variables.h b/src/Variables.h index 45747927c1..c7c092a5c0 100644 --- a/src/Variables.h +++ b/src/Variables.h @@ -5,7 +5,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich -* Copyright 1995-2000 the LyX Team. +* Copyright 1995-2001 the LyX Team. * * ====================================================== */ @@ -23,19 +23,19 @@ /// class Variables { public: - /// - void set(string const &, string const &); - /// - string get(string const &) const; - /// - bool isset(string const & var) const; - /// - string expand(string const &) const; + /// + void set(string const &, string const &); + /// + string const get(string const &) const; + /// + bool isSet(string const & var) const; + /// + string const expand(string const &) const; private: - /// - typedef std::map Vars; - /// - Vars vars_; + /// + typedef std::map Vars; + /// + Vars vars_; }; #endif