Merge.
[dcpomatic.git] / src / lib / types.h
index 8f2fe2c7165c6a3be02df80441b94877f99a6f84..70262afb0a7c670abf0fd9bc3f23eda9f072b17b 100644 (file)
@@ -76,6 +76,8 @@ struct Position
        int y;
 };
 
+namespace dcpomatic {
+
 /** @struct Rect
  *  @brief A rectangle.
  */
@@ -113,4 +115,6 @@ struct Rect
        bool contains (Position) const;
 };
 
+}
+
 #endif