mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
PR: 118027 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav,linimon)
11 lines
440 B
C++
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();
|