summaryrefslogtreecommitdiff
path: root/src/mine/cmine.cc
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2007-11-15 07:37:50 -0800
committerDaniel Burrows <dburrows@debian.org>2007-11-15 07:37:50 -0800
commit3dee76426689f4927c45e5f722c512de630aef6e (patch)
tree72c5fed918c79d13192ff732f138db17effff772 /src/mine/cmine.cc
parentdbc0f3caf5c221befe3fa8cfda452438accb6fd5 (diff)
downloadaptitude-3dee76426689f4927c45e5f722c512de630aef6e.tar.gz
Fix how widgets is imported in cmine.
Diffstat (limited to 'src/mine/cmine.cc')
-rw-r--r--src/mine/cmine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mine/cmine.cc b/src/mine/cmine.cc
index cbea9703..54a0907c 100644
--- a/src/mine/cmine.cc
+++ b/src/mine/cmine.cc
@@ -51,7 +51,7 @@
using namespace std;
namespace cw = cwidget;
namespace dialogs = cwidget::dialogs;
-namespace cw
+namespace cwidget
{
using namespace widgets;
}