summaryrefslogtreecommitdiffhomepage
path: root/pose-widget/glwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'pose-widget/glwidget.h')
-rw-r--r--pose-widget/glwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pose-widget/glwidget.h b/pose-widget/glwidget.h
index f98b4628..ae06e5c5 100644
--- a/pose-widget/glwidget.h
+++ b/pose-widget/glwidget.h
@@ -19,7 +19,7 @@
# define POSE_WIDGET_EXPORT Q_DECL_IMPORT
#endif
-namespace impl {
+namespace pose_widget_impl {
using num = float;
using vec3 = Mat<num, 3, 1>;
@@ -52,4 +52,4 @@ private:
}
-using impl::GLWidget;
+using pose_widget_impl::GLWidget;