From 67a68bd971ebe1b35daa3f75873b4ccb53c00ba0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Mar 2017 15:37:13 +0000 Subject: Various Doxygen fixes. --- src/wx/report_problem_dialog.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/wx/report_problem_dialog.h') diff --git a/src/wx/report_problem_dialog.h b/src/wx/report_problem_dialog.h index fda3761d3..a13c6a671 100644 --- a/src/wx/report_problem_dialog.h +++ b/src/wx/report_problem_dialog.h @@ -29,7 +29,7 @@ class Film; class ReportProblemDialog : public wxDialog { public: - ReportProblemDialog (wxWindow* parent, boost::shared_ptr); + ReportProblemDialog (wxWindow* parent, boost::shared_ptr film); void report (); @@ -42,4 +42,3 @@ private: wxCheckBox* _send_logs; wxTextCtrl* _email; }; - -- cgit v1.2.3