summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2012-09-25 10:46:25 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-25 10:54:40 +0200
commit5f240454d39d60b6dda71c41c86c853f3bfab305 (patch)
tree562e377ae357199064e36a0b45391fdb7b3636f2
parente1628b8a9dabcb5d2421015a53fa263782363679 (diff)
downloadqtscript-5f240454d39d60b6dda71c41c86c853f3bfab305.tar.gz
Fix header guard
Change-Id: I22bba8d2d175d787913d1e2269ad2ca8ff762043 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--src/script/api/qtscriptglobal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/qtscriptglobal.h b/src/script/api/qtscriptglobal.h
index 3659e8b..4bc3b31 100644
--- a/src/script/api/qtscriptglobal.h
+++ b/src/script/api/qtscriptglobal.h
@@ -40,6 +40,7 @@
****************************************************************************/
#ifndef QTSCRIPTGLOBAL_H
+#define QTSCRIPTGLOBAL_H
#include <QtCore/qglobal.h>