diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-16 23:10:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-16 23:10:28 +0100 |
| commit | 769c71b5c3e050ccfc1c13771d24328fbf76a495 (patch) | |
| tree | f75d5c5c953884395b2e59358e2c7faff5d5ba4b /src/lib/server.cc | |
| parent | 91bd51ff82e99113860570b519459303802bd98f (diff) | |
Add our own raw_convert that uses SafeStringStream.
Diffstat (limited to 'src/lib/server.cc')
| -rw-r--r-- | src/lib/server.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/server.cc b/src/lib/server.cc index ba8580732..9b3b3808b 100644 --- a/src/lib/server.cc +++ b/src/lib/server.cc @@ -31,7 +31,7 @@ #include "player_video.h" #include "encoded_data.h" #include "safe_stringstream.h" -#include <dcp/raw_convert.h> +#include "raw_convert.h" #include <libcxml/cxml.h> #include <boost/algorithm/string.hpp> #include <boost/scoped_array.hpp> @@ -62,7 +62,6 @@ using boost::bind; using boost::scoped_array; using boost::optional; using dcp::Size; -using dcp::raw_convert; Server::Server (shared_ptr<Log> log, bool verbose) : _terminate (false) |
