Skip to content

Commit

Permalink
Update example_09-10.cpp
Browse files Browse the repository at this point in the history
added header, this example is incomplete
  • Loading branch information
garybradski authored May 24, 2017
1 parent 35f6135 commit 28c90b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example_09-10.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//Example 9-10. The WxMoviePlayer object source file WxMoviePlayer.cpp
//This file is incomplete
#include "WxMoviePlayer.hpp"
BEGIN_EVENT_TABLE( WxMoviePlayer, wxWindow )
EVT_PAINT( WxMoviePlayer::OnPaint )
Expand All @@ -13,4 +15,4 @@ WxMoviePlayer::WxMoviePlayer(
) : wxWindow( parent, -1, pos, size, wxSIMPLE_BORDER ) {
m_timer = NULL;
m_parent = parent;
}
}

0 comments on commit 28c90b2

Please sign in to comment.