diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-03-03 16:06:11 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-03-03 16:06:11 +0000 |
commit | cd35357b5a84d3c10ee07a2972e761a0d73d0bad (patch) | |
tree | 3642a5a11eb2f02325d6eb9773b50be88f246c98 | |
parent | 63d950855b3d53ce787641fbcfb69b8452b70277 (diff) | |
download | qpid-python-cd35357b5a84d3c10ee07a2972e761a0d73d0bad.tar.gz |
Resolve compile warning on Windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@749639 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/src/qpid/broker/SessionState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/SessionState.h b/qpid/cpp/src/qpid/broker/SessionState.h index c435a741f8..1b7f2420a9 100644 --- a/qpid/cpp/src/qpid/broker/SessionState.h +++ b/qpid/cpp/src/qpid/broker/SessionState.h @@ -56,7 +56,7 @@ class Message; class SessionHandler; class SessionManager; class RateFlowcontrol; -class TimerTask; +struct TimerTask; /** * Broker-side session state includes session's handler chains, which |