X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic.cc;h=8bb9b230a2a3d9540fa2620be50db554770358f1;hb=2d46203be73930a968806fa1af88369de51734ff;hp=1abd2519853b120f15369c20540fd0e39c6cdcc3;hpb=c98c87afe29d9ef74bdced8a9c96d7752f3fe80f;p=dcpomatic.git diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 1abd25198..8bb9b230a 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -615,6 +615,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 ()