diff options
Diffstat (limited to 'src/lib/send_notification_email_job.h')
| -rw-r--r-- | src/lib/send_notification_email_job.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/send_notification_email_job.h b/src/lib/send_notification_email_job.h index 04f1d98ab..5c116f2ee 100644 --- a/src/lib/send_notification_email_job.h +++ b/src/lib/send_notification_email_job.h @@ -24,6 +24,7 @@ class SendNotificationEmailJob : public Job { public: explicit SendNotificationEmailJob (std::string body); + ~SendNotificationEmailJob (); std::string name () const; std::string json_name () const; |
