]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlPreamble.C
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlPreamble.C
index 526244f6b75db18355a5486ed70b10136a414e8a..08eaf67eee8c5378ed0ddcadecdaae2751581873 100644 (file)
 #include "lyxrc.h"
 #include "Liason.h"
 #include "gettext.h"
-
+#include "BufferView.h"
+#include "support/LAssert.h"
 
 ControlPreamble::ControlPreamble(LyXView & lv, Dialogs & d)
-       : ControlDialog<ControlConnectBD>(lv, d)
+       : ControlDialog<ControlConnectBD>(lv, d),
+         params_(0)
 {
-    d_.showPreamble.connect(SigC::slot(this, &ControlPreamble::show));
+       d_.showPreamble.connect(SigC::slot(this, &ControlPreamble::show));
 }