diff options
Diffstat (limited to 'src/lib/image_proxy.cc')
| -rw-r--r-- | src/lib/image_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_proxy.cc b/src/lib/image_proxy.cc index e16fab063..f6f6350d8 100644 --- a/src/lib/image_proxy.cc +++ b/src/lib/image_proxy.cc @@ -33,7 +33,7 @@ using std::cout; using std::string; -using boost::shared_ptr; +using std::shared_ptr; shared_ptr<ImageProxy> image_proxy_factory (shared_ptr<cxml::Node> xml, shared_ptr<Socket> socket) |
