summaryrefslogtreecommitdiff
path: root/qpid/cpp/include/qmf/SchemaMethod.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/include/qmf/SchemaMethod.h')
-rw-r--r--qpid/cpp/include/qmf/SchemaMethod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qmf/SchemaMethod.h b/qpid/cpp/include/qmf/SchemaMethod.h
index b5944dc29e..47302b62b9 100644
--- a/qpid/cpp/include/qmf/SchemaMethod.h
+++ b/qpid/cpp/include/qmf/SchemaMethod.h
@@ -36,7 +36,7 @@ namespace qmf {
class SchemaMethodImpl;
class SchemaProperty;
- class QMF_CLASS_EXTERN SchemaMethod : public qmf::Handle<SchemaMethodImpl> {
+ class SchemaMethod : public qmf::Handle<SchemaMethodImpl> {
public:
QMF_EXTERN SchemaMethod(SchemaMethodImpl* impl = 0);
QMF_EXTERN SchemaMethod(const SchemaMethod&);