summaryrefslogtreecommitdiffstats
path: root/include/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-10 12:41:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-10 17:11:50 +0100
commit79a6d4c7438c8594458386ce0abcca999831da02 (patch)
treee37771ba302e84a0bccd6439af70e7ca2b5b4fd7 /include/tools
parentUse bool (diff)
downloadcore-79a6d4c7438c8594458386ce0abcca999831da02.tar.gz
core-79a6d4c7438c8594458386ce0abcca999831da02.zip
Use bool
Change-Id: I57cd7ddecc192a82632c62081b57895a86d8758d
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/b3dtrans.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/b3dtrans.hxx b/include/tools/b3dtrans.hxx
index db6449cb450f..2ec8763f9e5c 100644
--- a/include/tools/b3dtrans.hxx
+++ b/include/tools/b3dtrans.hxx
@@ -227,7 +227,7 @@ private:
double fFocalLength;
double fBankAngle;
- unsigned bUseFocalLength : 1;
+ bool bUseFocalLength : 1;
public:
B3dCamera(