From c30f9b2c7fc20e05e73b0d5ebf9dae9a1d87eeb9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 8 Feb 2015 18:39:09 +0000 Subject: Fix a few warnings from Coverity; nothing dangerous, I don't think. --- src/tools/dcpomatic.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/tools') diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index e929f185d..21cd10c26 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -755,6 +755,14 @@ static const wxCmdLineEntryDesc command_line_description[] = { */ class App : public wxApp { +public: + App () + : wxApp () + , _frame (0) + {} + +private: + bool OnInit () try { -- cgit v1.2.3