[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [soprano] client: Fix compilation.
From:       Sebastian Trueg <trueg () kde ! org>
Date:       2012-04-30 18:42:40
Message-ID: 20120430184240.A406BA60A9 () git ! kde ! org
[Download RAW message or body]

Git commit 856620e6c619cc3e623548f7fe15aaf947407698 by Sebastian Trueg.
Committed on 30/04/2012 at 20:41.
Pushed by trueg into branch 'master'.

Fix compilation.

M  +1    -1    client/clientconnection.cpp

http://commits.kde.org/soprano/856620e6c619cc3e623548f7fe15aaf947407698

diff --git a/client/clientconnection.cpp b/client/clientconnection.cpp
index 2246c10..3565f4d 100644
--- a/client/clientconnection.cpp
+++ b/client/clientconnection.cpp
@@ -821,7 +821,7 @@ bool Soprano::Client::ClientConnection::isConnected()
     return ( d->socketStorage.hasLocalData() &&
              isConnected( d->socketStorage.localData()->socket() ) );
 #else
-    return( d->socket != 0 && d->socket.isConnected() );
+    return( d->socket != 0 && d->socket->isConnected() );
 #endif
 }
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic