summaryrefslogtreecommitdiffstats
path: root/src/extras/text/qtextureatlas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/text/qtextureatlas.cpp')
-rw-r--r--src/extras/text/qtextureatlas.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extras/text/qtextureatlas.cpp b/src/extras/text/qtextureatlas.cpp
index 85ed57d97..951f0cf31 100644
--- a/src/extras/text/qtextureatlas.cpp
+++ b/src/extras/text/qtextureatlas.cpp
@@ -8,10 +8,11 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
namespace Qt3DExtras {
+using namespace Qt3DCore;
+
QTextureAtlasData::QTextureAtlasData(int w, int h, QImage::Format fmt)
: m_image(w, h, fmt)
{