Kaydet (Commit) 79a6d4c7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Use bool

Change-Id: I57cd7ddecc192a82632c62081b57895a86d8758d
üst 3abb11b3
...@@ -227,7 +227,7 @@ private: ...@@ -227,7 +227,7 @@ private:
double fFocalLength; double fFocalLength;
double fBankAngle; double fBankAngle;
unsigned bUseFocalLength : 1; bool bUseFocalLength : 1;
public: public:
B3dCamera( B3dCamera(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment