aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/v/files/patch-includex-v-vtimer.h
blob: 91ef038bb03109b65029634f4883054234720569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- includex/v/vtimer.h.orig    Fri Apr  4 23:37:28 2003
+++ includex/v/vtimer.h Thu Mar  9 19:05:20 2006
@@ -19,13 +19,13 @@
 
     extern "C"
       {
-   void CtimerCB(XtPointer client_data, XtIntervalId* notUsed);
+   void CtimerCB(XtPointer client_data, XtIntervalId* notUsedVoid);
       }
 
     class vTimer
       {
 
-   friend void CtimerCB(XtPointer client_data, XtIntervalId* notUsed);
+   friend void CtimerCB(XtPointer client_data, XtIntervalId* notUsedVoid);
 
       public:      //---------------------------------------- public