From dd659fbaf27a7f2d0574e6501bc89df668883084 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Oct 2008 21:15:31 +0000 Subject: Fix initialization order. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1606 a436a847-0d15-0410-975c-d299462d15a1 --- src/Patchage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Patchage.cpp b/src/Patchage.cpp index c1eb6e9..f0df00c 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -89,8 +89,8 @@ gtkmm_set_width_for_given_text (Gtk::Widget &w, const gchar *text, Patchage::Patchage(int argc, char** argv) : _xml(GladeFile::open("patchage")) #ifdef HAVE_LASH - , _lash_proxy(NULL) , _dbus(NULL) + , _lash_proxy(NULL) , _project_list(NULL) , _session(NULL) #endif -- cgit v1.2.1