summaryrefslogtreecommitdiff
path: root/src/Basemenu.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-12 21:15:40 +0000
committerDana Jansens <danakj@orodu.net>2002-05-12 21:15:40 +0000
commitebdf25bf6710c9cf585489302dcd8ca23b9b226a (patch)
tree1ff6b682d8035209a6a122635ce4c90e5b8e61c5 /src/Basemenu.cc
parent4969c1b08453a4048c94f207f0c02287bdbc1d0c (diff)
removed all 'using namespace std;' calls.
Diffstat (limited to 'src/Basemenu.cc')
-rw-r--r--src/Basemenu.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Basemenu.cc b/src/Basemenu.cc
index 8a3429a0..689d2018 100644
--- a/src/Basemenu.cc
+++ b/src/Basemenu.cc
@@ -43,7 +43,8 @@
#endif // HAVE_STRING_H
#include <algorithm>
-using namespace std;
+using std::min;
+using std::max;
#include "i18n.h"
#include "openbox.h"