diff options
Diffstat (limited to 'src/subtitle_asset.cc')
| -rw-r--r-- | src/subtitle_asset.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index 96e5cba5..570877ab 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -54,10 +54,10 @@ using std::list; using std::cout; using std::cerr; using std::map; -using boost::shared_ptr; +using std::shared_ptr; using boost::shared_array; using boost::optional; -using boost::dynamic_pointer_cast; +using std::dynamic_pointer_cast; using boost::lexical_cast; using namespace dcp; |
