[X2Go-Commits] [x2goclient] 01/03: Apply conform-to-stricter-type-checking-mingw482.patch from George Trakatelis (uom.edu.gr)

git-admin at x2go.org git-admin at x2go.org
Mon Dec 1 14:22:09 CET 2014


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

x2go pushed a commit to branch master
in repository x2goclient.

commit 5fb997d29f304bcdac5c5b9c6085d795e97456a5
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Mon Dec 1 08:18:57 2014 -0500

    Apply conform-to-stricter-type-checking-mingw482.patch from George Trakatelis (uom.edu.gr)
---
 onmainwindow.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index fa6c8f1..4f9d64d 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -5118,7 +5118,7 @@ void ONMainWindow::slotRetResumeSess ( bool result,
 #endif //Q_OS_WIN
         if ( sshSndTunnel )
         {
-            char* okSlot=0;
+            const char* okSlot=0;
 #ifdef Q_OS_WIN
             if ( sndSystem==PULSE )
             {

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list