From a1ed9b169bd6e7a1859442b83c8925b7f78b6f04 Mon Sep 17 00:00:00 2001 From: Rich J Wareham Date: Sun, 28 Apr 2002 10:15:37 +0000 Subject: Another change of this -> self to stop C++ moaning CVS patchset: 1792 CVS date: 2002/04/28 10:15:37 --- include/xine.h.tmpl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index fa61f7fa2..14a9532c5 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.92 2002/04/27 23:00:38 cvogler Exp $ + * $Id: xine.h.tmpl.in,v 1.93 2002/04/28 10:15:37 richwareham Exp $ * */ @@ -681,7 +681,7 @@ struct config_values_s { /* * unregister callback function */ - void (*unregister_callback) (config_values_t *this, + void (*unregister_callback) (config_values_t *self, char *key); /* -- cgit v1.2.3