summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Button.h
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-07-16 17:56:50 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-07-16 17:56:50 +0000
commit167d383f8ef1b52ef42373125ebf3daf2ad84418 (patch)
tree08d168563486b785ea77274d88f155ab72e917f8 /nGenEx/Button.h
parentd247e6df50e9377cc5ecd0f4c29cc40de4165d1a (diff)
downloadstarshatter-167d383f8ef1b52ef42373125ebf3daf2ad84418.zip
starshatter-167d383f8ef1b52ef42373125ebf3daf2ad84418.tar.gz
starshatter-167d383f8ef1b52ef42373125ebf3daf2ad84418.tar.bz2
PVS Studio warning: Cast from false to int
Diffstat (limited to 'nGenEx/Button.h')
-rw-r--r--nGenEx/Button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nGenEx/Button.h b/nGenEx/Button.h
index 0b714c1..9868dfd 100644
--- a/nGenEx/Button.h
+++ b/nGenEx/Button.h
@@ -104,7 +104,7 @@ protected:
Color active_color;
Color border_color;
- int captured;
+ bool captured;
int pre_state;
short bevel_width;
short button_state;