diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-11 10:12:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-11 10:12:57 +0000 |
commit | 140d1db59e0baa8917f0489651abcead387ab5d3 (patch) | |
tree | cc41e1c4ad3c836b2c65de75ffb926ceaa4f556e /x11-toolkits/v/files/patch-includex-v-vtimer.h | |
parent | fc82e6afa9bed0163be31d687486e136443c7b24 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/v/files/patch-includex-v-vtimer.h')
-rw-r--r-- | x11-toolkits/v/files/patch-includex-v-vtimer.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-toolkits/v/files/patch-includex-v-vtimer.h b/x11-toolkits/v/files/patch-includex-v-vtimer.h new file mode 100644 index 000000000000..91ef038bb031 --- /dev/null +++ b/x11-toolkits/v/files/patch-includex-v-vtimer.h @@ -0,0 +1,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 + |