summaryrefslogtreecommitdiffstats
path: root/src/extras/geometries/qconegeometry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/geometries/qconegeometry.cpp')
-rw-r--r--src/extras/geometries/qconegeometry.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extras/geometries/qconegeometry.cpp b/src/extras/geometries/qconegeometry.cpp
index 606da49b6..416628adb 100644
--- a/src/extras/geometries/qconegeometry.cpp
+++ b/src/extras/geometries/qconegeometry.cpp
@@ -31,10 +31,11 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
namespace Qt3DExtras {
+using namespace Qt3DCore;
+
namespace {
int faceCount(int slices, int rings, int capCount)