Merge pot files.
[dcpomatic.git] / src / lib / util.cc
index 2f8be6edde675dc37de0c1336b7d3a406bcf61fe..b8b60c6f645415652e66d883ff68722219a62bb5 100644 (file)
@@ -637,8 +637,8 @@ Socket::read_uint32 ()
 /** @param other A Rect.
  *  @return The intersection of this with `other'.
  */
-Rect
-Rect::intersection (Rect const & other) const
+dvdomatic::Rect
+dvdomatic::Rect::intersection (Rect const & other) const
 {
        int const tx = max (x, other.x);
        int const ty = max (y, other.y);