Merge master.
[dcpomatic.git] / src / lib / exceptions.h
index e45a62353bf57fa7085701828ccfbc6eec1d2791..6bad7c9245bbb8ae833e4202841a08a3ccfc2896 100644 (file)
@@ -17,8 +17,8 @@
 
 */
 
-#ifndef DVDOMATIC_EXCEPTIONS_H
-#define DVDOMATIC_EXCEPTIONS_H
+#ifndef DCPOMATIC_EXCEPTIONS_H
+#define DCPOMATIC_EXCEPTIONS_H
 
 /** @file  src/exceptions.h
  *  @brief Our exceptions.
@@ -112,6 +112,7 @@ class OpenFileError : public FileError
 {
 public:
        /** @param f File that we were trying to open */
+       /* XXX: should be boost::filesystem::path */
        OpenFileError (std::string f);
 };