]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlBibitem.h
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlBibitem.h
index 27263b24259a9ac8b3abc013575a76eeafcaa9ac..0b0d94b6c13b1ba79e8d3cfd71d689b2ecdc1c54 100644 (file)
 
 /** A controller for Bibitem dialogs.
  */
-class ControlBibitem : public ControlCommand
-{
+class ControlBibitem : public ControlCommand {
 public:
        ///
        ControlBibitem(LyXView &, Dialogs &);
 
-protected:
-       /// Get changed parameters and Dispatch them to the kernel.
-       virtual void apply();
+private:
+       /// Dispatch the changed parameters to the kernel.
+       virtual void applyParamsToInset();
+       /// not needed.
+       virtual void applyParamsNoInset() {}
 };
 
 #endif // CONTROLBIBITEM_H