Use dcp::compose rather than our own.
[dcpomatic.git] / src / wx / wx_util.cc
index a0beb8f72d0f4e7ac92b7be74e2b06ae52b756af..b0ed81cc4ebb5bd759bbb2c23a1de60648267f86 100644 (file)
@@ -646,7 +646,7 @@ bitmap_path (string name)
        base = resources_path();
 #endif
 
-       auto p = base / String::compose("%1.png", name);
+       auto p = base / dcp::compose("%1.png", name);
        return std_to_wx (p.string());
 }