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/transfer_function.cc | |
| parent | d7965cce4c5f95da7971bce6f800739a4cd2f17d (diff) | |
Introduce dc::Package, changing lots of namespaces in the process.
Diffstat (limited to 'src/transfer_function.cc')
| -rw-r--r-- | src/transfer_function.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transfer_function.cc b/src/transfer_function.cc index dda1a6d0..bdd7ae9f 100644 --- a/src/transfer_function.cc +++ b/src/transfer_function.cc @@ -25,7 +25,7 @@ using std::map; using std::pair; using std::make_pair; using boost::shared_ptr; -using namespace dcp::dc; +using namespace dcp; TransferFunction::~TransferFunction () { |
