diff options
Diffstat (limited to 'src/lib/emailer.h')
| -rw-r--r-- | src/lib/emailer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/emailer.h b/src/lib/emailer.h index 7a614019e..0309b134d 100644 --- a/src/lib/emailer.h +++ b/src/lib/emailer.h @@ -48,6 +48,8 @@ public: private: + std::string fix (std::string s) const; + std::string _from; std::list<std::string> _to; std::string _subject; |
