summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FrameHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing/FrameHandler.h')
-rw-r--r--cpp/src/qpid/framing/FrameHandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/framing/FrameHandler.h b/cpp/src/qpid/framing/FrameHandler.h
index c552fbb9df..457968c35e 100644
--- a/cpp/src/qpid/framing/FrameHandler.h
+++ b/cpp/src/qpid/framing/FrameHandler.h
@@ -20,14 +20,14 @@
* under the License.
*
*/
-
#include "Handler.h"
namespace qpid {
namespace framing {
+
class AMQFrame;
typedef Handler<AMQFrame&> FrameHandler;
-}}
+}}
#endif /*!QPID_FRAMING_FRAMEHANDLER_H*/