diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-27 14:41:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-27 14:41:33 +0000 |
| commit | 8c2f3517e868078b551bb01d975f2956cb692fbf (patch) | |
| tree | 81bf98f00b9a267a73494c1939c6e9473559c85e /src/text.cc | |
| parent | e5d368553b47a566a83d4edce0a8f166db9509e6 (diff) | |
Various tinkerings.
Diffstat (limited to 'src/text.cc')
| -rw-r--r-- | src/text.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.cc b/src/text.cc index c70e4333..888cab29 100644 --- a/src/text.cc +++ b/src/text.cc @@ -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 (); |
