]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private/comptr.h
Use wxCOMPtr throughout wxWebViewIE to simplify the code and reduce the chance of...
[wxWidgets.git] / include / wx / msw / private / comptr.h
index 286fcdefc0dc54dd24f75f9fef4f1606f59cb208..b0eb4f95063143eed37c040b9c82f8aad76b60fa 100644 (file)
@@ -113,7 +113,7 @@ private:
 // Define a helper for the macro below: we just need a function taking a
 // pointer and not returning anything to avoid warnings about unused return
 // value of the cast in the macro itself.
-namespace wxPrivate { void PPV_ARGS_CHECK(void*) { } }
+namespace wxPrivate { inline void PPV_ARGS_CHECK(void*) { } }
 
 // Takes the interface name and a pointer to a pointer of the interface type
 // and expands into the IID of this interface and the same pointer but after a