[X2Go-Commits] [x2goclient] 123/179: pulsemanager.cpp: reorder member variables in initialization list.

git-admin at x2go.org git-admin at x2go.org
Mon Jun 20 23:55:47 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 96b0aa59e899db423e7f61b5d2300a1b3e8a7b14
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Nov 30 04:52:25 2015 +0100

    pulsemanager.cpp: reorder member variables in initialization list.
    
    Compile warning fix.
---
 debian/changelog     |    2 ++
 src/pulsemanager.cpp |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1fb9fa7..b1dafd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -233,6 +233,8 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
     - pulsemanager.cpp: fix another compile error due to typo'd versions of
       generate_server_config () and generate_client_config ().
     - pulsemanager.cpp: another typo fix: findPort -> find_port.
+    - pulsemanager.cpp: reorder member varibles in initialization list.
+      Compile warning fix.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
 
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index b4f8481..3d01cde 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -25,10 +25,10 @@
 #endif // defined (NDEBUG)
 
 PulseManager::PulseManager () : pulse_X2Go_ ("/.x2go/pulse"),
+                                pulse_server_ (NULL),
                                 pulse_port_ (4713),
                                 esd_port_ (4714),
                                 state_ (QProcess::NotRunning),
-                                pulse_server_ (NULL),
                                 app_dir_ (QApplication::applicationDirPath ()),
                                 server_args_ (QStringList ()),
                                 server_binary_ (QString ("")),

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list