]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDialog.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiDialog.cpp
index 1c0c628fc69131f2bd9625a674ea7dc6551bf653..7d4bf582116f11ddffcabfd8692db2870270ee27 100644 (file)
@@ -26,7 +26,8 @@ namespace lyx {
 namespace frontend {
 
 GuiDialog::GuiDialog(GuiView & lv, QString const & name, QString const & title)
-       : QDialog(&lv), Dialog(lv, name, "LyX: " + title), is_closing_(false)
+       : QDialog(&lv), Dialog(lv, name, "LyX: " + title), updating_(false), 
+         is_closing_(false)
 {}