diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-25 13:49:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-25 13:49:13 +0100 |
| commit | d087368dc0dcd6026b3a967f00f145feb701dd0e (patch) | |
| tree | f44d2bb828c3572f0bbb3a74ec4e2f497d54168c /src/wx/kdm_dialog.h | |
| parent | 5909b9672821c1d5ea974761316dc0f3df558349 (diff) | |
Basic email of KDMs works.
Diffstat (limited to 'src/wx/kdm_dialog.h')
| -rw-r--r-- | src/wx/kdm_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index 0acf9a61e..ec4a50ac3 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -42,6 +42,7 @@ public: boost::posix_time::ptime from () const; boost::posix_time::ptime until () const; std::string directory () const; + bool write_to () const; private: void add_cinema (boost::shared_ptr<Cinema>); |
