summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorKarsten Wiese <fzuuzf@googlemail.com>2005-12-27 23:06:32 +0000
committerKarsten Wiese <fzuuzf@googlemail.com>2005-12-27 23:06:32 +0000
commitac730a397d3f163cedcca58b7b6249c3680c727f (patch)
tree728e8731e5c0fde29b22c292823b1a4a704addf3 /gtk2_ardour/option_editor.cc
parentf5d49dd7d73a0cdd57389f9c3ac2b4ded3d08a96 (diff)
call foo::foo() before bar::bar(foo).
git-svn-id: svn://localhost/trunk/ardour2@211 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index ad440e0282..58bf35ee59 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -78,6 +78,7 @@ OptionEditor::OptionEditor (ARDOUR_UI& uip, PublicEditor& ed, Mixer_UI& mixui)
/* Paths */
path_table (11, 2),
+ sfdb_path_columns(),
sfdb_paths(ListStore::create(sfdb_path_columns)),
sfdb_path_view(sfdb_paths),