]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for VC (also ok with Borland and DMC)
authorChris Elliott <biol75@york.ac.uk>
Fri, 29 Jul 2005 11:32:27 +0000 (11:32 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 29 Jul 2005 11:32:27 +0000 (11:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/mediactrl.cpp

index c0b8ad8306c4d025cb28a43acb98917080f071b8..25ef46696a89156c043f22e3311988561ca41d28 100644 (file)
@@ -1422,7 +1422,7 @@ public:
     HRESULT STDMETHODCALLTYPE ShowPropertyFrame(){return E_NOTIMPL;}
     //**************************IOleCommandTarget***********************
     HRESULT STDMETHODCALLTYPE QueryStatus(const GUID *, ULONG cCmds,
-                                OLECMD * prgCmds, OLECMDTEXT *)
+                                OLECMD prgCmds[], OLECMDTEXT *)
     {
         if (prgCmds == NULL) return E_INVALIDARG;
         for (ULONG nCmd = 0; nCmd < cCmds; nCmd++)