summaryrefslogtreecommitdiffstats
path: root/src/extras/text/qtextureatlas_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/text/qtextureatlas_p.h')
-rw-r--r--src/extras/text/qtextureatlas_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/text/qtextureatlas_p.h b/src/extras/text/qtextureatlas_p.h
index 8dc9e19b3..c5dbf1fd4 100644
--- a/src/extras/text/qtextureatlas_p.h
+++ b/src/extras/text/qtextureatlas_p.h
@@ -66,7 +66,7 @@ class QTextureAtlas : public Qt3DRender::QAbstractTexture
public:
typedef int TextureId;
- static Q_CONSTEXPR TextureId InvalidTexture = -1;
+ static constexpr TextureId InvalidTexture = -1;
QTextureAtlas(Qt3DCore::QNode *parent = nullptr);
~QTextureAtlas();