[X2Go-Commits] [x2goclient] 164/276: src/pulsemanager.h: fix compile error due to mismatching function declaration for set_debug ().

git-admin at x2go.org git-admin at x2go.org
Sat Dec 31 01:35:10 CET 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 357a24607ebf1668a20398f1be3189e4775e902d
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat May 7 03:22:13 2016 +0200

    src/pulsemanager.h: fix compile error due to mismatching function declaration for set_debug ().
---
 debian/changelog   |    2 ++
 src/pulsemanager.h |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f9bae27..584234b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -281,6 +281,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - src/pulsemanager.{cpp,h}: add debugging setter and private variable.
     - src/pulsemanager.{cpp,h}: port to new debugging feature.
     - src/onmainwindow.cpp: port to new debugging feature of PulseManager.
+    - src/pulsemanager.h: fix compile error due to mismatching function
+      declaration for set_debug ().
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/pulsemanager.h b/src/pulsemanager.h
index 9d6cec5..b3b7421 100644
--- a/src/pulsemanager.h
+++ b/src/pulsemanager.h
@@ -53,7 +53,7 @@ class PulseManager: public QObject {
     bool set_esd_port (std::uint16_t esd_port);
     bool set_record (bool record);
     bool set_playback (bool playback);
-    bool set_debug (bool debug);
+    void set_debug (bool debug);
 
 
   public slots:

--
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