diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-26 01:21:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-26 17:04:31 +0100 |
| commit | 09a9ac376db005a40a351736bcff4077f098825d (patch) | |
| tree | 64ea69741155d15d114ad96daf0f90e24b3abe28 /src/lib/subtitle.cc | |
| parent | 46cd0fe7b5b514f0d9456b25f670679cc584a218 (diff) | |
Another try at sorting out the thorny question of timing.
Diffstat (limited to 'src/lib/subtitle.cc')
| -rw-r--r-- | src/lib/subtitle.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/subtitle.cc b/src/lib/subtitle.cc index 5e719f977..7013f1d7d 100644 --- a/src/lib/subtitle.cc +++ b/src/lib/subtitle.cc @@ -27,8 +27,7 @@ #include "i18n.h" -using namespace std; -using namespace boost; +using boost::shared_ptr; using libdcp::Size; /** Construct a TimedSubtitle. This is a subtitle image, position, |
