summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-08 18:39:09 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-08 18:39:09 +0000
commitc30f9b2c7fc20e05e73b0d5ebf9dae9a1d87eeb9 (patch)
treefd93b08f723ac33d38d7517da7e8f7e51798ace8 /src/tools
parent9d1fb717654dc38e9412d99bb84efdbced2e03ac (diff)
Fix a few warnings from Coverity; nothing dangerous, I don't think.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic.cc8
1 files changed, 8 insertions, 0 deletions
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
{