[X2Go-Commits] [x2goclient] 164/267: 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 10 13:35:58 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 1bad3570593340bd55e4fd02f1f5cf7fe685bee9
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 895ede8..57e3354 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -279,6 +279,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