Repository: thrift
Updated Branches:
  refs/heads/master f9b8f5e64 -> e1358ce8f


THRIFT-2687 - C++ Qt lib - fixed struct/class inconsitency between forward decl 
and definition

Signed-off-by: Roger Meier <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/e1358ce8
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/e1358ce8
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/e1358ce8

Branch: refs/heads/master
Commit: e1358ce8f411241e022e0a3faecce8c26a287922
Parents: f9b8f5e
Author: Konrad Grochowski <[email protected]>
Authored: Mon Sep 1 16:57:57 2014 +0200
Committer: Roger Meier <[email protected]>
Committed: Mon Sep 1 20:08:49 2014 +0200

----------------------------------------------------------------------
 lib/cpp/src/thrift/qt/TQTcpServer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/e1358ce8/lib/cpp/src/thrift/qt/TQTcpServer.h
----------------------------------------------------------------------
diff --git a/lib/cpp/src/thrift/qt/TQTcpServer.h 
b/lib/cpp/src/thrift/qt/TQTcpServer.h
index edee2c1..2ef64a7 100644
--- a/lib/cpp/src/thrift/qt/TQTcpServer.h
+++ b/lib/cpp/src/thrift/qt/TQTcpServer.h
@@ -56,7 +56,7 @@ class TQTcpServer : public QObject {
   TQTcpServer(const TQTcpServer&);
   TQTcpServer& operator=(const TQTcpServer&);
 
-  class ConnectionContext;
+  struct ConnectionContext;
 
   void finish(boost::shared_ptr<ConnectionContext> ctx, bool healthy);
 

Reply via email to