summaryrefslogtreecommitdiff
path: root/src/picture_frame.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-25 20:52:58 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-25 20:52:58 +0100
commitee7187c25d83a47a106493e66b89888eca6d4344 (patch)
tree68ee60efb9044bf5a201925f89c9f8ddbfe7df81 /src/picture_frame.cc
parentc597fcee56abc2e6d92e3cfbbfe3c7817d9d0cbe (diff)
Use signals2 rather than sigc++
Diffstat (limited to 'src/picture_frame.cc')
-rw-r--r--src/picture_frame.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/picture_frame.cc b/src/picture_frame.cc
index 06788da5..a2b90a0b 100644
--- a/src/picture_frame.cc
+++ b/src/picture_frame.cc
@@ -26,8 +26,8 @@
#include "lut.h"
#include "util.h"
-using namespace std;
-using namespace boost;
+using std::string;
+using boost::shared_ptr;
using namespace libdcp;
/** Make a picture frame from a 2D (monoscopic) asset.