diff options
author | Ewald Snel <esnel@users.sourceforge.net> | 2002-03-24 13:22:23 +0000 |
---|---|---|
committer | Ewald Snel <esnel@users.sourceforge.net> | 2002-03-24 13:22:23 +0000 |
commit | 6d9934d47e664e902402f49c4cf962de5627bc87 (patch) | |
tree | 4fb213c5086e8f00df2af8cd206c023359ea9127 | |
parent | 15b14a243ea8fcce9a9457ffc1f6f95d6202ad8a (diff) | |
download | xine-lib-6d9934d47e664e902402f49c4cf962de5627bc87.tar.gz xine-lib-6d9934d47e664e902402f49c4cf962de5627bc87.tar.bz2 |
Use of 'this' keyword not allowed in C++ (use 'self' instead)
CVS patchset: 1625
CVS date: 2002/03/24 13:22:23
-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 aec1887d1..6a9bdbb44 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.89 2002/03/21 16:21:01 miguelfreitas Exp $ + * $Id: xine.h.tmpl.in,v 1.90 2002/03/24 13:22:23 esnel Exp $ * */ @@ -511,7 +511,7 @@ struct vo_driver_s { /** * Check if a redraw is needed (due to resize) */ - int (*redraw_needed) (vo_driver_t *this); + int (*redraw_needed) (vo_driver_t *self); }; /** @} end of video_group */ |