summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-06 12:37:48 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 13:44:51 +0100
commit4b0ee050c41e43ecfd29ba6424fba1e555e3fd05 (patch)
treeca17747221ca7c89f0817359c279b2397aee9aa7 /src
parentd5ebcefcab98efdfce27dad74eb7b01270fc3d11 (diff)
Add comment.
Diffstat (limited to 'src')
-rw-r--r--src/wx/report_problem_dialog.cc1
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)