Remove all the curl multi stuff as I'm not sure what advantages it has for us over...
[dcpomatic.git] / 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)