Various tinkerings.
[libdcp.git] / src / text.cc
index c70e4333ea05fd9da21729c7f6b4c05d876eae70..888cab2917433d17fdcb123d726caf30f7ada59a 100644 (file)
@@ -35,7 +35,7 @@ using namespace dcp;
  *  in this object's member variables.
  *  @param node Node to read.
  */
-Text::Text (shared_ptr<const cxml::Node> node)
+Text::Text (boost::shared_ptr<const cxml::Node> node)
        : v_align (CENTER)
 {
        text = node->content ();