From bb79c97b98e762a6b236bfb370377ba6e2c18689 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Mon, 22 Jun 2009 15:55:38 +0000 Subject: Resolve Windows build errors/warnings git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787286 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qmf/Object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qmf/Object.h') diff --git a/cpp/src/qmf/Object.h b/cpp/src/qmf/Object.h index 6416aa3c8c..8caab8d6dc 100644 --- a/cpp/src/qmf/Object.h +++ b/cpp/src/qmf/Object.h @@ -26,7 +26,7 @@ namespace qmf { - class ObjectImpl; + struct ObjectImpl; class Object { public: Object(const SchemaObjectClass* type); -- cgit v1.2.1