summaryrefslogtreecommitdiff
path: root/src/CommonAPI/Attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommonAPI/Attribute.h')
-rw-r--r--src/CommonAPI/Attribute.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CommonAPI/Attribute.h b/src/CommonAPI/Attribute.h
index aa5a213..51990c3 100644
--- a/src/CommonAPI/Attribute.h
+++ b/src/CommonAPI/Attribute.h
@@ -126,6 +126,12 @@ template <typename _ValueType>
struct ObservableAttribute: _ObservableAttributeImpl< Attribute<_ValueType> > {
};
+#ifdef WIN32
+struct WINDummyAttribute {
+ WINDummyAttribute() {}
+};
+#endif
+
} // namespace CommonAPI
#endif // COMMONAPI_ATTRIBUTE_H_