summaryrefslogtreecommitdiff
path: root/rsc/source/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-10 11:38:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-10 17:11:44 +0100
commitb833876805f7ce6670c618dc9cd6b68ded97a8f7 (patch)
tree31e853d8cb03df1a2886dc6814174e339df486d9 /rsc/source/tools
parentf276c0057c81daaa71f4b5e380f045d6b576db42 (diff)
Use bool
Change-Id: Id6c1f1d4e4ee7aa29f16ef6930c1eb3d4a3a411f
Diffstat (limited to 'rsc/source/tools')
-rw-r--r--rsc/source/tools/rscdef.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/tools/rscdef.cxx b/rsc/source/tools/rscdef.cxx
index 02fda0fd720f..c2500f131322 100644
--- a/rsc/source/tools/rscdef.cxx
+++ b/rsc/source/tools/rscdef.cxx
@@ -69,7 +69,7 @@ RscId::RscId( RscDefine * pDef )
aExpType.aExp.pDef = pDef;
aExpType.cType = RSCEXP_DEF;
- aExpType.cUnused = 0;
+ aExpType.cUnused = false;
Create( aExpType );
}