[X2Go-Commits] [x2goclient] 98/281: pulsemanager.h: add std:: namespace selector for uint32_t version variables.

git-admin at x2go.org git-admin at x2go.org
Thu Jan 19 13:05:03 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 41283a88b912e04725428a1b1b7d7f06b6852dc3
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Oct 29 04:21:17 2015 +0100

    pulsemanager.h: add std:: namespace selector for uint32_t version variables.
---
 debian/changelog   |    2 ++
 src/pulsemanager.h |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 812d804..0c49ef0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -202,6 +202,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - pulsemanager.{cpp,h}: add pulse_version_{major,minor}_ member variables.
     - pulsemanager.cpp: reformat only.
     - pulsemanager.{cpp,h}: switch port definitions to std::uint16_t.
+    - pulsemanager.h: add std:: namespace selector for uint32_t version
+      variables.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/pulsemanager.h b/src/pulsemanager.h
index 9252739..dbafa3f 100644
--- a/src/pulsemanager.h
+++ b/src/pulsemanager.h
@@ -82,8 +82,8 @@ class PulseManager: public QObject {
     std::uint16_t pulse_port_;
     QProcess::ProcessState state_;
     QString app_dir_;
-    uint32_t pulse_version_major_;
-    uint32_t pulse_version_minor_;
+    std::uint32_t pulse_version_major_;
+    std::uint32_t pulse_version_minor_;
 };
 
 #ifdef NDEBUG_DEFINE

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