diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-08 17:04:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-14 11:18:18 +0100 |
| commit | eb370b3058dacc1b21ee8f576af5d6189670673e (patch) | |
| tree | 3c34e38250ab4966914cd4f52d8a9a6d4f78c6da /src/lib/state.h | |
| parent | 350b8076eb7ef0a40c5a803a7b58a732c694252d (diff) | |
Nag on 3rd successful DCP encode.
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 2ba3cf173..7843c34c8 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> @@ -34,3 +37,5 @@ public: protected: static boost::filesystem::path path (std::string file, bool create_directories = true); }; + +#endif |
