]> git.lyx.org Git - lyx.git/commitdiff
Add forgotten initialization
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 20 Dec 2018 12:46:41 +0000 (13:46 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 20 Dec 2018 12:46:41 +0000 (13:46 +0100)
src/frontends/qt4/ButtonController.cpp

index 25dcee7541145acec9a696ad54ed5500127ade34..c8644abb85b1673b5b06e3db24505aff6b5124e5 100644 (file)
@@ -93,7 +93,7 @@ public:
        typedef QList<CheckedLineEdit> CheckedWidgetList;
 
        Private()
-               : okay_(0), apply_(0), cancel_(0), restore_(0), auto_apply_(0),
+               : okay_(0), apply_(0), cancel_(0), restore_(0), auto_apply_(0), default_(0),
                        policy_(ButtonPolicy::IgnorantPolicy)
        {}