X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVariables.h;h=e624a9b695e0920c98960e3eaba93e560144dfdb;hb=9833278ed8cd7f85dbabcfe0e2e8747c5db2db3d;hp=89b3884955b785e622e2bab8e84e9be2018b91e7;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/Variables.h b/src/Variables.h index 89b3884955..e624a9b695 100644 --- a/src/Variables.h +++ b/src/Variables.h @@ -1,9 +1,9 @@ // -*- C++ -*- /* This file is part of -* ====================================================== -* +* ====================================================== +* * LyX, The Document Processor -* +* * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 the LyX Team. * @@ -23,19 +23,19 @@ /// class Variables { public: - /// - void set(string const &, string const &); - /// - string const get(string const &) const; - /// - bool set(string const & var) const; - /// - string const 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