diff options
Diffstat (limited to 'cpp/include/qmf/SchemaId.h')
-rw-r--r-- | cpp/include/qmf/SchemaId.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qmf/SchemaId.h b/cpp/include/qmf/SchemaId.h index 13fb1cb902..2dafc1c091 100644 --- a/cpp/include/qmf/SchemaId.h +++ b/cpp/include/qmf/SchemaId.h @@ -35,7 +35,7 @@ namespace qmf { class SchemaIdImpl; - class SchemaId : public qmf::Handle<SchemaIdImpl> { + class QMF_CLASS_EXTERN SchemaId : public qmf::Handle<SchemaIdImpl> { public: QMF_EXTERN SchemaId(SchemaIdImpl* impl = 0); QMF_EXTERN SchemaId(const SchemaId&); |