X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic.cc;h=d46ddf1d712ab171f403e689de32f9395156ab6d;hp=c9d17eb9b7ee4ce92939fe51bdc1db599bd058d7;hb=04533b9cf34ce8089113015715083ee9c5b2b001;hpb=51f1885e63193b8ab62a51089298c3711269d2a3 diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index c9d17eb9b..d46ddf1d7 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -643,6 +643,9 @@ static const wxCmdLineEntryDesc command_line_description[] = { { wxCMD_LINE_NONE, "", "", "", wxCmdLineParamType (0), 0 } }; +/** @class App + * @brief The magic App class for wxWidgets. + */ class App : public wxApp { bool OnInit ()