diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-06 08:28:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-10 13:09:45 +0000 |
| commit | 93f29880839dc5589bb35f63260a7152ead7655f (patch) | |
| tree | 865dd65298dd11d949efed2ac3f58f3564c7cc8f /src/local_time.cc | |
| parent | d7965cce4c5f95da7971bce6f800739a4cd2f17d (diff) | |
Introduce dc::Package, changing lots of namespaces in the process.
Diffstat (limited to 'src/local_time.cc')
| -rw-r--r-- | src/local_time.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/local_time.cc b/src/local_time.cc index eec053d5..b8feb849 100644 --- a/src/local_time.cc +++ b/src/local_time.cc @@ -31,7 +31,7 @@ using std::string; using std::ostream; using boost::lexical_cast; -using namespace dcp::dc; +using namespace dcp; /** Construct a LocalTime from the current time */ LocalTime::LocalTime () @@ -173,7 +173,7 @@ LocalTime::operator!= (LocalTime const & other) const } ostream& -dcp::dc::operator<< (ostream& s, LocalTime const & t) +dcp::operator<< (ostream& s, LocalTime const & t) { s << t.as_string (); return s; |
