diff options
Diffstat (limited to 'nGenEx/ActiveWindow.h')
-rw-r--r-- | nGenEx/ActiveWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
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:
|