summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2013-01-02 23:12:40 +0000
committerStephen D. Huston <shuston@apache.org>2013-01-02 23:12:40 +0000
commit3043da939912e8c312df4ce60f4ec7797e021697 (patch)
treebb87aa67cceef012f69f86c0e7f29b0095951faf
parent23f9b3a20318950ef977967b1d5388b3ed4673fb (diff)
downloadqpid-python-3043da939912e8c312df4ce60f4ec7797e021697.tar.gz
NO-JIRA - refer to DtxTimeout as the struct it is, not a class. Avoids a VC diagnostic.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1428104 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/qpid/broker/DtxWorkRecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/DtxWorkRecord.h b/cpp/src/qpid/broker/DtxWorkRecord.h
index db2cb28f6f..b38af907c5 100644
--- a/cpp/src/qpid/broker/DtxWorkRecord.h
+++ b/cpp/src/qpid/broker/DtxWorkRecord.h
@@ -37,7 +37,7 @@
namespace qpid {
namespace broker {
-class DtxTimeout;
+struct DtxTimeout;
/**
* Represents the work done under a particular distributed transaction