Fix a few warnings from Coverity; nothing dangerous, I don't think.
[dcpomatic.git] / src / tools / dcpomatic.cc
index e929f185d1fa75e4339d4dbaff7f92dbf943f5b8..21cd10c26f7e16dbdd66f541dd9e45dd6b7f35fb 100644 (file)
@@ -755,6 +755,14 @@ static const wxCmdLineEntryDesc command_line_description[] = {
  */
 class App : public wxApp
 {
+public:
+       App ()
+               : wxApp ()
+               , _frame (0)
+       {}
+
+private:       
+               
        bool OnInit ()
        try
        {