summaryrefslogtreecommitdiff
path: root/cpp/src/qmf/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qmf/Object.h')
-rw-r--r--cpp/src/qmf/Object.h2
1 files changed, 1 insertions, 1 deletions
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);