summaryrefslogtreecommitdiffstats
path: root/customcontext
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@jollamobile.com>2014-08-19 11:52:32 +0200
committerGunnar Sletta <gunnar.sletta@jollamobile.com>2014-08-19 11:53:46 +0200
commit720f47330c3587327785407b7e3708587d84430c (patch)
tree7be8d98153a2f625f7dc9e11bd57681da78e7614 /customcontext
parent8565f97ce37faef6c29fa80c1d3e70dac38d3396 (diff)
Fix typo in ifdef
Change-Id: Ica9ddcacb57dc13a778fa5b7b609520f267ecfed Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'customcontext')
-rw-r--r--customcontext/context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/customcontext/context.cpp b/customcontext/context.cpp
index 0b8a756..e37f073 100644
--- a/customcontext/context.cpp
+++ b/customcontext/context.cpp
@@ -159,7 +159,7 @@ Context::Context(QObject *parent)
: QSGContext(parent)
, m_sampleCount(0)
, m_useMultisampling(false)
-#ifdef CUSTOMCONTEXT_USE_HYBRISTEXTURE
+#ifdef CUSTOMCONTEXT_HYBRISTEXTURE
, m_hybrisTexture(false)
#endif
{