Index: /trunk/include/VBox/com/list.h
===================================================================
--- /trunk/include/VBox/com/list.h	(revision 37544)
+++ /trunk/include/VBox/com/list.h	(revision 37545)
@@ -196,9 +196,5 @@
 };
 
-#if !defined (VBOX_WITH_XPCOM)
-template <typename T> RTCList<T> SafeArrayToRTCList(SAFEARRAY *other)
-#else
-template <typename T> RTCList<T> SafeArrayToRTCList(ComSafeArrayIn(T, other))
-#endif
+template <typename T> RTCList<T> SafeArrayToRTCList(ComSafeArrayIn(T, other), T* = 0)
 {
     com::SafeArray<T> sfaOther(ComSafeArrayInArg(other));
