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

git-admin at x2go.org git-admin at x2go.org
Wed Dec 30 21:32:40 CET 2015


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

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

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

    pulsemanager.cpp: reorder member varibles 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 4bdd895..f8a135a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -211,6 +211,8 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
     - 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.
 
   [ Oleksandr Shneyder ]
   * New upstream release (4.0.5.1):
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