diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-20 14:09:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-20 17:56:55 +0100 |
| commit | c336f86b9670c515230767dab9dc56128acf03db (patch) | |
| tree | 4fa90ff594a68d2fb6145a7992657496f9d1cdee /src/cxml.cc | |
| parent | c333199bba3de3955af2c5f2debaa5c4bf9faa43 (diff) | |
std::shared_ptr
Diffstat (limited to 'src/cxml.cc')
| -rw-r--r-- | src/cxml.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxml.cc b/src/cxml.cc index 667da55..fac787f 100644 --- a/src/cxml.cc +++ b/src/cxml.cc @@ -26,7 +26,7 @@ using std::string; using std::list; -using boost::shared_ptr; +using std::shared_ptr; using boost::optional; cxml::Node::Node () |
