Commit 6dc0dc33 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix non-Windows compilation

parent 97d0d537
......@@ -1117,8 +1117,10 @@ void CaptureOpenPanel::initialize()
CaptureOpenPanel::~CaptureOpenPanel()
{
#ifdef _WIN32
delete vdevDshowW;
delete adevDshowW;
#endif
}
void CaptureOpenPanel::clear()
......
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