Barely-functioning GL playback with new arrangement.
[dcpomatic.git] / src / lib / state.h
index b60c6667379104f3215f1a56ee6a49435c5508b0..35a93f52d5d30239eca39b8de24e378f99911870 100644 (file)
@@ -18,6 +18,9 @@
 
 */
 
+#ifndef DCPOMATIC_STATE_H
+#define DCPOMATIC_STATE_H
+
 #include <boost/noncopyable.hpp>
 #include <boost/filesystem.hpp>
 #include <boost/optional.hpp>
@@ -31,7 +34,7 @@ public:
 
        /** If set, this overrides the standard path (in home, Library, AppData or wherever) for config.xml, cinemas.xml etc. */
        static boost::optional<boost::filesystem::path> override_path;
-
-protected:
        static boost::filesystem::path path (std::string file, bool create_directories = true);
 };
+
+#endif