]> 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 b0f313c970b7fa8c904c7070a8fdc50a113436e5..08eaf67eee8c5378ed0ddcadecdaae2751581873 100644 (file)
 #include "Liason.h"
 #include "gettext.h"
 #include "BufferView.h"
+#include "support/LAssert.h"
 
 ControlPreamble::ControlPreamble(LyXView & lv, Dialogs & d)
        : ControlDialog<ControlConnectBD>(lv, d),
          params_(0)
 {
-    d_.showPreamble.connect(SigC::slot(this, &ControlPreamble::show));
+       d_.showPreamble.connect(SigC::slot(this, &ControlPreamble::show));
 }