summaryrefslogtreecommitdiff
path: root/src/lib/filter.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-02-22 23:17:02 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-20 18:25:09 +0100
commit79904ec4669a60932004daf35256565aefa0c392 (patch)
tree87568abeb5f4e4738d451ebd00cdfd5b6f0d7410 /src/lib/filter.cc
parent0e5013e1a96af81e4b501ff0c3192c10a061a2c8 (diff)
Cleanup: clarify some namespace use.
Diffstat (limited to 'src/lib/filter.cc')
-rw-r--r--src/lib/filter.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/filter.cc b/src/lib/filter.cc
index 9a14795ec..465b5991a 100644
--- a/src/lib/filter.cc
+++ b/src/lib/filter.cc
@@ -37,7 +37,8 @@ LIBDCP_ENABLE_WARNINGS
#include "i18n.h"
-using namespace std;
+using std::string;
+using std::vector;
using boost::optional;