diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-14 21:07:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-14 21:07:32 +0100 |
| commit | 183b5597f73b85c0d6d29db8f6ed519386d07aa9 (patch) | |
| tree | 65e865ac842b9241377af62a263a7fa5eb0d1e55 /src/lib/state.h | |
| parent | 985e727e001e1a92ae035364a9cbf1ff99522ff1 (diff) | |
Add donation nag after 20 successful DCP encodes.
Diffstat (limited to 'src/lib/state.h')
| -rw-r--r-- | src/lib/state.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/state.h b/src/lib/state.h index b60c66673..251124a43 100644 --- a/src/lib/state.h +++ b/src/lib/state.h @@ -18,6 +18,9 @@ */ +#ifndef DCPOMATIC_STATE_H +#define DCPOMATIC_STATE_H + #include <boost/noncopyable.hpp> #include <boost/filesystem.hpp> #include <boost/optional.hpp> @@ -35,3 +38,5 @@ public: protected: static boost::filesystem::path path (std::string file, bool create_directories = true); }; + +#endif |
