summaryrefslogtreecommitdiff
path: root/src/libs/glsl/glslparsertable.cpp
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2011-04-18 11:00:23 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2011-04-18 11:17:27 +0200
commitc6653f43b7e95406083545ab5f658cdc27271271 (patch)
treeaca50d0f3bea384b3629f1c7475422057cc6f88c /src/libs/glsl/glslparsertable.cpp
parent42732605a4d38d9057367d6a50cafbda91c40b47 (diff)
downloadqt-creator-c6653f43b7e95406083545ab5f658cdc27271271.tar.gz
Fix possible crash when parsing layout qualifiers nodes.
Task-number: QTCREATORBUG-4563 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
Diffstat (limited to 'src/libs/glsl/glslparsertable.cpp')
-rw-r--r--src/libs/glsl/glslparsertable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/glsl/glslparsertable.cpp b/src/libs/glsl/glslparsertable.cpp
index 2ebb771378..f78c70fa87 100644
--- a/src/libs/glsl/glslparsertable.cpp
+++ b/src/libs/glsl/glslparsertable.cpp
@@ -6,6 +6,7 @@
**
** Contact: Nokia Corporation (info@qt.nokia.com)
**
+**
** GNU Lesser General Public License Usage
**
** This file may be used under the terms of the GNU Lesser General Public
@@ -29,7 +30,6 @@
**
**************************************************************************/
-
// This file was generated by qlalr - DO NOT EDIT!
#include "glslparsertable_p.h"