diff options
Diffstat (limited to 'devel/gcvs/files/patch-rf_uwidget.h')
-rw-r--r-- | devel/gcvs/files/patch-rf_uwidget.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gcvs/files/patch-rf_uwidget.h b/devel/gcvs/files/patch-rf_uwidget.h deleted file mode 100644 index 32ccca0377d8..000000000000 --- a/devel/gcvs/files/patch-rf_uwidget.h +++ /dev/null @@ -1,11 +0,0 @@ ---- rf/uwidget.h.orig 2007-11-13 23:19:17.000000000 +0100 -+++ rf/uwidget.h 2007-11-13 23:19:38.000000000 +0100 -@@ -119,7 +119,7 @@ - virtual void AddListener(UCmdTarget * listener); - - //! this is overided in order to broadcast to the listeners -- virtual int UDispatchMessage(int/*UEventType*/ evt, int arg1, void *arg2, UDispatchInfo & dispatchInfo); -+ virtual int UDispatchMessage(int/*UEventType*/ evt, int arg1, const void *arg2, UDispatchInfo & dispatchInfo); - - //! return a sub-widget as inserted by EV_INIT_WIDGET - //! \arg \c cmd the sub-widget identifier. |