ports/devel/gcvs/files/patch-rf_utoolbar.h
Martin Wilke a28acc2928 - Fix build with gcc 4.2/AMD64
PR:		118027
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav,linimon)
2007-11-22 22:27:29 +00:00

11 lines
440 B
C++

--- rf/utoolbar.h.orig 2007-11-14 00:07:09.000000000 +0100
+++ rf/utoolbar.h 2007-11-14 00:07:18.000000000 +0100
@@ -85,7 +85,7 @@
UToolbar(int widid);
virtual ~UToolbar();
- 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);
protected:
ev_msg void OnDestroy();