mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
140d1db59e
Submitted by: Kay Lehmann <kay_lehmann@web.de> Approved by: portmgr (marcus)
12 lines
374 B
C++
12 lines
374 B
C++
--- srcx/vtimer.cxx.orig Fri Apr 4 23:37:00 2003
|
|
+++ srcx/vtimer.cxx Thu Mar 9 19:06:58 2006
|
|
@@ -95,7 +95,7 @@
|
|
extern "C"
|
|
{
|
|
//============================>>> CtimerCB <<<==========================
|
|
- void CtimerCB(XtPointer client_data, XtIntervalId* notUsed)
|
|
+ void CtimerCB(XtPointer client_data, XtIntervalId* notUsedVoid)
|
|
{
|
|
// timer tick callback
|
|
//
|