Commit 488909d8 authored by Jean-Paul Saman's avatar Jean-Paul Saman

activex: fix compilation

parent 2b5315ea
...@@ -1462,7 +1462,7 @@ STDMETHODIMP VLCControl2::get_BackColor(OLE_COLOR *backcolor) ...@@ -1462,7 +1462,7 @@ STDMETHODIMP VLCControl2::get_BackColor(OLE_COLOR *backcolor)
return E_POINTER; return E_POINTER;
*backcolor = _p_instance->getBackColor(); *backcolor = _p_instance->getBackColor();
return S_OKs; return S_OK;
}; };
STDMETHODIMP VLCControl2::put_BackColor(OLE_COLOR backcolor) STDMETHODIMP VLCControl2::put_BackColor(OLE_COLOR backcolor)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment