From 4274c51dae3e795e26050f878bcffd658848cd4e Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 30 Jun 2008 16:53:43 +0000 Subject: [PATCH] pass _default_constructed-parameter to base-class git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1235 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/combobox_model.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/combobox_model.h b/include/combobox_model.h index 7605ab522..085510a19 100644 --- a/include/combobox_model.h +++ b/include/combobox_model.h @@ -42,7 +42,8 @@ public: comboBoxModel( ::model * _parent = NULL, const QString & _display_name = QString::null, bool _default_constructed = FALSE ) : - intModel( 0, 0, 0, _parent, _display_name ) + intModel( 0, 0, 0, _parent, _display_name, + _default_constructed ) { }