diff options
author | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-04-28 10:15:37 +0000 |
---|---|---|
committer | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-04-28 10:15:37 +0000 |
commit | a1ed9b169bd6e7a1859442b83c8925b7f78b6f04 (patch) | |
tree | 7bccabdc3d83fa3b4e5f6062b78a3bd5bd54fdab | |
parent | 5079975959e85e52197caf24ca59d0484cf61a57 (diff) | |
download | xine-lib-a1ed9b169bd6e7a1859442b83c8925b7f78b6f04.tar.gz xine-lib-a1ed9b169bd6e7a1859442b83c8925b7f78b6f04.tar.bz2 |
Another change of this -> self to stop C++ moaning
CVS patchset: 1792
CVS date: 2002/04/28 10:15:37
-rw-r--r-- | include/xine.h.tmpl.in | 4 |
1 files 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); /* |