Add comment.
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2015 11:37:48 +0000 (12:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 Oct 2015 12:44:51 +0000 (13:44 +0100)
src/wx/report_problem_dialog.cc

index 44505565c0e283084f2539de548bd8dc2b0e69f9..407a7370bed43de08669b2ed032d9e1c8fd22493 100644 (file)
@@ -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)