[X2Go-Commits] [x2goclient] 11/139: unixhelper.h: forgot to declare type of unix_cleanup() function.

git-admin at x2go.org git-admin at x2go.org
Sun Jan 17 06:02:36 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 4f99742b2b39849af8e14e4fe2e4be3d2a273223
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Mar 16 21:17:49 2015 +0100

    unixhelper.h: forgot to declare type of unix_cleanup() function.
---
 debian/changelog |    1 +
 src/unixhelper.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e0dc61c..94812ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
     - x2goclient.cpp: fix std::edit -> std::exit typo.
     - unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX
       defined on UNIX-based platforms. Move guards around.
+    - unixhelper.h: forgot to declare type of unix_cleanup() function.
   * debian/control:
     - Change apache2-dev | libc6-dev build dependency back to apache2-dev
       only. Otherwise, apache2-dev is not installed at all, even though
diff --git a/src/unixhelper.h b/src/unixhelper.h
index 27cb735..9069b5d 100644
--- a/src/unixhelper.h
+++ b/src/unixhelper.h
@@ -29,7 +29,7 @@ class unixhelper {
   public:
     unixhelper () {}
     ~unixhelper () {}
-    unix_cleanup ();
+    int unix_cleanup ();
 
   private:
     unixhelper (const unixhelper &other);

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