diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 11:51:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 17:11:46 +0100 |
commit | 55663afa0ee1cf36968b278d81fc8ad686de5435 (patch) | |
tree | 3af4d5f93a53f750148fbc742ace95ffe98b94a7 /include/basegfx | |
parent | 1acab105ba508b559d98600388b4d6be39dfad05 (diff) |
Use bool
Change-Id: I703bd28163f4ca1a6c8a4e818b0472aa809bdbad
Diffstat (limited to 'include/basegfx')
-rw-r--r-- | include/basegfx/matrix/b2dhommatrixtools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/matrix/b2dhommatrixtools.hxx b/include/basegfx/matrix/b2dhommatrixtools.hxx index bbbabea4eed0..b393faa86de2 100644 --- a/include/basegfx/matrix/b2dhommatrixtools.hxx +++ b/include/basegfx/matrix/b2dhommatrixtools.hxx @@ -191,7 +191,7 @@ namespace basegfx double mfShearX; // bitfield - unsigned mbDecomposed : 1; + bool mbDecomposed : 1; void impCheckDecompose() { |