diff options
Diffstat (limited to 'src/tools/dcpomatic_editor.cc')
| -rw-r--r-- | src/tools/dcpomatic_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_editor.cc b/src/tools/dcpomatic_editor.cc index 663eb8e3b..a61a17ce4 100644 --- a/src/tools/dcpomatic_editor.cc +++ b/src/tools/dcpomatic_editor.cc @@ -428,7 +428,7 @@ private: bool OnInit () override { - wx_ptr<wxSplashScreen> splash; + wxSplashScreen* splash; try { wxInitAllImageHandlers (); |
