summaryrefslogtreecommitdiffhomepage
path: root/pose-widget/glwidget.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-11-18 21:00:31 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-11-18 21:00:31 +0100
commit21cac744a6d6ca59f686ac332b531e5be65cc3af (patch)
tree203bbcd9e35786e0044f9a3c244a92bcb893ed26 /pose-widget/glwidget.h
parent322a6f008627f6beb389ea47c7a2c8d4f02a6261 (diff)
pose-widget: avoid impl namespace clash
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;