summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl2/logo.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogl2/logo.h')
-rw-r--r--examples/opengl/hellogl2/logo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/hellogl2/logo.h b/examples/opengl/hellogl2/logo.h
index 9e04a57e86..2f3dc7e649 100644
--- a/examples/opengl/hellogl2/logo.h
+++ b/examples/opengl/hellogl2/logo.h
@@ -69,7 +69,7 @@ private:
void add(const QVector3D &v, const QVector3D &n);
QVector<GLfloat> m_data;
- int m_count;
+ int m_count = 0;
};
#endif // LOGO_H