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/ActiveWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nGenEx/ActiveWindow.h') diff --git a/nGenEx/ActiveWindow.h b/nGenEx/ActiveWindow.h index cd7780b..6edb619 100644 --- a/nGenEx/ActiveWindow.h +++ b/nGenEx/ActiveWindow.h @@ -172,7 +172,7 @@ public: virtual Rect TargetRect() const; virtual ActiveWindow* GetCapture(); - virtual int SetCapture(); + virtual bool SetCapture(); virtual int ReleaseCapture(); // Property accessors: -- cgit v1.1