summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Patchage.cpp2
1 files changed, 1 insertions, 1 deletions
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