]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlError.C
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlError.C
index 8333253d394d9f36ea936972c61224b112086f1d..c2fddcb5c70044cbba5c4a71e47a271a9b49b78f 100644 (file)
 #include "buffer.h"
 #include "insets/inseterror.h"
 
+
 ControlError::ControlError(LyXView & lv, Dialogs & d)
        : ControlInset<InsetError, string>(lv, d)
 {
        d_.showError.connect(SigC::slot(this, &ControlError::showInset));
 }
 
+
 string const ControlError::getParams(InsetError const & inset)
 {
        return inset.getContents();