summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qaxaggregated.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/control/qaxaggregated.h')
-rw-r--r--src/activeqt/control/qaxaggregated.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/activeqt/control/qaxaggregated.h b/src/activeqt/control/qaxaggregated.h
index 2192266..21add50 100644
--- a/src/activeqt/control/qaxaggregated.h
+++ b/src/activeqt/control/qaxaggregated.h
@@ -83,10 +83,10 @@ private:
};
#define QAXAGG_IUNKNOWN \
- HRESULT WINAPI QueryInterface(REFIID iid, LPVOID *iface) Q_DECL_OVERRIDE \
+ HRESULT WINAPI QueryInterface(REFIID iid, LPVOID *iface) override \
{ return controllingUnknown()->QueryInterface(iid, iface); } \
- ULONG WINAPI AddRef() Q_DECL_OVERRIDE { return controllingUnknown()->AddRef(); } \
- ULONG WINAPI Release() Q_DECL_OVERRIDE { return controllingUnknown()->Release(); } \
+ ULONG WINAPI AddRef() override { return controllingUnknown()->AddRef(); } \
+ ULONG WINAPI Release() override { return controllingUnknown()->Release(); } \
QT_END_NAMESPACE