diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-20 14:11:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-05 02:09:49 +0100 |
| commit | 47727a7c80b60a0fd0ce18d8347b14241fc48f97 (patch) | |
| tree | e1137ad3c8dc58ef5017011cdcc89a378b223092 /tools | |
| parent | 64eb1161584a9813591cf958fbc2fa0208d58ce8 (diff) | |
std::shared_ptr
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dumpsubs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dumpsubs.cc b/tools/dumpsubs.cc index de1f13c..94470e8 100644 --- a/tools/dumpsubs.cc +++ b/tools/dumpsubs.cc @@ -31,7 +31,7 @@ using std::cerr; using std::cout; using std::map; using std::list; -using boost::shared_ptr; +using std::shared_ptr; using namespace sub; static void |
