X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FControlPreamble.h;h=97f822a744d33705655fbdf904a6db431a01cf8b;hb=0705dae8a3a2bcdd6be55eb468547c1389e84d2c;hp=4ed4c7ae5ebfdb6b12ecb399daa88ce7be03a1fc;hpb=6fac1dc98003a6a6e02765f078b3d3426d426508;p=lyx.git diff --git a/src/frontends/controllers/ControlPreamble.h b/src/frontends/controllers/ControlPreamble.h index 4ed4c7ae5e..97f822a744 100644 --- a/src/frontends/controllers/ControlPreamble.h +++ b/src/frontends/controllers/ControlPreamble.h @@ -1,23 +1,21 @@ // -*- 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 * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef CONTROLPREAMBLE_H #define CONTROLPREAMBLE_H -#ifdef __GNUG__ -#pragma interface -#endif #include "ControlDialog_impl.h" -#include "LString.h" +#include "support/std_string.h" /** A controller for Preamble dialogs. */ @@ -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