diff options
Diffstat (limited to 'graphics/gnash/files/patch-libcore_DragState.h')
-rw-r--r-- | graphics/gnash/files/patch-libcore_DragState.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gnash/files/patch-libcore_DragState.h b/graphics/gnash/files/patch-libcore_DragState.h new file mode 100644 index 000000000000..524395169fe6 --- /dev/null +++ b/graphics/gnash/files/patch-libcore_DragState.h @@ -0,0 +1,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 |