summaryrefslogtreecommitdiff
path: root/dggui/knob.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dggui/knob.cc')
-rw-r--r--dggui/knob.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/knob.cc b/dggui/knob.cc
index 25200a7..4f8ead0 100644
--- a/dggui/knob.cc
+++ b/dggui/knob.cc
@@ -36,7 +36,7 @@ namespace
const double pi = std::atan(1.0) * 4.0;
}
-namespace GUI
+namespace dggui
{
Knob::Knob(Widget *parent)
@@ -252,4 +252,4 @@ void Knob::internalSetValue(float new_value)
redraw();
}
-} // GUI::
+} // dggui::