From 167d383f8ef1b52ef42373125ebf3daf2ad84418 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Mon, 16 Jul 2012 17:56:50 +0000 Subject: PVS Studio warning: Cast from false to int --- nGenEx/Button.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nGenEx/Button.h') 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; -- cgit v1.1