]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlPreamble.h
Move the external dialog to the new scheme.
[lyx.git] / src / frontends / controllers / ControlPreamble.h
index 3f62fbde70a4d40d210e56efbc93ad51dad4511a..34d84349c7dfa86f3bd53d7f34c61896b3add3f8 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef CONTROLPREAMBLE_H
 #define CONTROLPREAMBLE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ControlDialog_impl.h"
 
@@ -28,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();
@@ -39,7 +37,7 @@ private:
        virtual void clearParams();
 
        ///
-       string params_;
+       string params_;
 };
 
 #endif // CONTROLPREAMBLE_H