blob: 524395169fe698a5d2803a2abb94ba4b6567f061 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-libcore_DragState.h,v 1.1 2014/08/19 13:39:24 joerg Exp $
--- libcore/DragState.h.orig 2014-08-19 11:01:44.000000000 +0000
+++ libcore/DragState.h
@@ -60,7 +60,7 @@ public:
boost::int32_t yOffset() const { return _yoffset; }
bool hasBounds() const {
- return (_bounds);
+ return bool(_bounds);
}
/// \brief
|