diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-06 12:37:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:44:51 +0100 |
| commit | 4b0ee050c41e43ecfd29ba6424fba1e555e3fd05 (patch) | |
| tree | ca17747221ca7c89f0817359c279b2397aee9aa7 /src | |
| parent | d5ebcefcab98efdfce27dad74eb7b01270fc3d11 (diff) | |
Add comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/report_problem_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/report_problem_dialog.cc b/src/wx/report_problem_dialog.cc index 44505565c..407a7370b 100644 --- a/src/wx/report_problem_dialog.cc +++ b/src/wx/report_problem_dialog.cc @@ -27,6 +27,7 @@ using std::string; using boost::shared_ptr; +/** @param film Film that we are working on, or 0 */ ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr<Film> film) : wxDialog (parent, wxID_ANY, _("Report A Problem")) , _film (film) |
