Skip to content

Commit

Permalink
Qt: fix non-Windows compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Jul 6, 2015
1 parent 97d0d53 commit 6dc0dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/gui/qt4/components/open_panels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1117,8 +1117,10 @@ void CaptureOpenPanel::initialize()

CaptureOpenPanel::~CaptureOpenPanel()
{
#ifdef _WIN32
delete vdevDshowW;
delete adevDshowW;
#endif
}

void CaptureOpenPanel::clear()
Expand Down

0 comments on commit 6dc0dc3

Please sign in to comment.