diff options
author | Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> | 2010-04-29 09:59:14 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> | 2010-04-29 09:59:14 +0800 |
commit | f8c4369b3467401ea259889db2badc3d72a44dec (patch) | |
tree | 8cb58de6671a5db3d11faebd271b6aa41e2550f4 | |
parent | 475b9cdd2c358a857471ebd6c03ce35181f5bada (diff) | |
download | put-f8c4369b3467401ea259889db2badc3d72a44dec.tar.gz put-f8c4369b3467401ea259889db2badc3d72a44dec.tar.bz2 |
Use C++ bool
-rw-r--r-- | src/put.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ class PutWindow : int lastX, lastY; /* starting position */ int targetX, targetY; /* target of the animation */ - Bool adjust; /* animation flag */ + bool adjust; /* animation flag */ friend class PutScreen; }; |