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

git-admin at x2go.org git-admin at x2go.org
Mon Jun 20 23:56:10 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 bbd370d5f3d32aa9b5fe3f7eeb532b1fd3e446f2
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 40c27e7..4a5aaf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -300,6 +300,8 @@ x2goclient (4.0.5.2-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 ().
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
 
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