summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/systools/win32/comtools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/systools/win32/comtools.hxx b/include/systools/win32/comtools.hxx
index c37053c931b7..252c581c5794 100644
--- a/include/systools/win32/comtools.hxx
+++ b/include/systools/win32/comtools.hxx
@@ -69,7 +69,7 @@ namespace sal::systools
// Query from IUnknown*, using COM_QUERY or COM_QUERY_THROW tags
template <typename T2, typename TAG>
COMReference(const COMReference<T2>& p, TAG t)
- : COMReference(p.QueryInterface<T>(t))
+ : COMReference(p.template QueryInterface<T>(t))
{
}