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

git-admin at x2go.org git-admin at x2go.org
Thu Sep 22 04:37:14 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 18f46898a8d9487e680bf329a08e4da4c3a40c2a
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 b449e93..197ab41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -275,6 +275,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 ().
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
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