Skip to content

Commit

Permalink
Update example_09-09.cpp
Browse files Browse the repository at this point in the history
added comment in header
  • Loading branch information
garybradski authored May 24, 2017
1 parent d1ccc0a commit 35f6135
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example_09-09.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Example 9-9. The WxMoviePlayer object header file WxMoviePlayer.hpp
//
#include "opencv2/opencv.hpp"
#include "wx/wx.h"
#include <string>
Expand Down Expand Up @@ -25,4 +27,4 @@ class WxMoviePlayer : public wxWindow {
void OnKey( wxKeyEvent& e );
protected:
DECLARE_EVENT_TABLE();
};
};

0 comments on commit 35f6135

Please sign in to comment.