X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlPreamble.h;h=34d84349c7dfa86f3bd53d7f34c61896b3add3f8;hb=b7c9ae49318e0167a46e7213c967280205db4cf6;hp=4ed4c7ae5ebfdb6b12ecb399daa88ce7be03a1fc;hpb=6fac1dc98003a6a6e02765f078b3d3426d426508;p=lyx.git diff --git a/src/frontends/controllers/ControlPreamble.h b/src/frontends/controllers/ControlPreamble.h index 4ed4c7ae5e..34d84349c7 100644 --- a/src/frontends/controllers/ControlPreamble.h +++ b/src/frontends/controllers/ControlPreamble.h @@ -1,7 +1,8 @@ // -*- C++ -*- /** * \file ControlPreamble.h - * See the file COPYING. + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * * \author Edwin Leuven * @@ -11,9 +12,6 @@ #ifndef CONTROLPREAMBLE_H #define CONTROLPREAMBLE_H -#ifdef __GNUG__ -#pragma interface -#endif #include "ControlDialog_impl.h" @@ -27,8 +25,9 @@ public: ControlPreamble(LyXView &, Dialogs &); /// - string & params() const; - + string const & params() const; + /// + void params(string const & newparams); private: /// Get changed parameters and Dispatch them to the kernel. virtual void apply(); @@ -38,7 +37,7 @@ private: virtual void clearParams(); /// - string * params_; + string params_; }; #endif // CONTROLPREAMBLE_H