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/subtitle.cc | |
| parent | e5d368553b47a566a83d4edce0a8f166db9509e6 (diff) | |
Various tinkerings.
Diffstat (limited to 'src/subtitle.cc')
| -rw-r--r-- | src/subtitle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle.cc b/src/subtitle.cc index dc7a6b22..8c40254a 100644 --- a/src/subtitle.cc +++ b/src/subtitle.cc @@ -28,7 +28,7 @@ using boost::shared_ptr; using boost::lexical_cast; using namespace dcp; -Subtitle::Subtitle (shared_ptr<const cxml::Node> node) +Subtitle::Subtitle (boost::shared_ptr<const cxml::Node> node) { in = Time (node->string_attribute ("TimeIn")); out = Time (node->string_attribute ("TimeOut")); |
