diff options
Diffstat (limited to 'src/lib/send_problem_report_job.h')
| -rw-r--r-- | src/lib/send_problem_report_job.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/send_problem_report_job.h b/src/lib/send_problem_report_job.h index 76a920ad3..d77eec544 100644 --- a/src/lib/send_problem_report_job.h +++ b/src/lib/send_problem_report_job.h @@ -34,6 +34,8 @@ public: void run (); private: + void add_file (std::string& body, boost::filesystem::path file) const; + std::string _from; std::string _summary; }; |
