X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Freport_problem_dialog.cc;h=77540fcbc8eedee93da2f0d5bdff41cede73fd74;hp=7519259eb75457ef82024878d648b163db60e2d2;hb=67a68bd971ebe1b35daa3f75873b4ccb53c00ba0;hpb=3449bc0a6d6e77e851240a0953363f5a07ec6517 diff --git a/src/wx/report_problem_dialog.cc b/src/wx/report_problem_dialog.cc index 7519259eb..77540fcbc 100644 --- a/src/wx/report_problem_dialog.cc +++ b/src/wx/report_problem_dialog.cc @@ -28,7 +28,9 @@ using std::string; using boost::shared_ptr; -/** @param film Film that we are working on, or 0 */ +/** @param parent Parent window. + * @param film Film that we are working on, or 0. + */ ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr film) : wxDialog (parent, wxID_ANY, _("Report A Problem")) , _film (film)