diff dvdnav.c @ 8:66708b4a1b5e src

Stop C++ bitching about some things and extend the menus example
author richwareham
date Sun, 07 Apr 2002 14:10:11 +0000
parents 7fdefafa624f
children a68c6da98b73
line wrap: on
line diff
--- a/dvdnav.c	Sat Apr 06 18:42:05 2002 +0000
+++ b/dvdnav.c	Sun Apr 07 14:10:11 2002 +0000
@@ -82,7 +82,7 @@
   return S_OK;
 }
 
-dvdnav_status_t dvdnav_open(dvdnav_t** dest, char *path) {
+dvdnav_status_t dvdnav_open(dvdnav_t** dest, const char *path) {
   dvdnav_t *self;
   
   /* Create a new structure */
@@ -988,6 +988,9 @@
 
 /*
  * $Log$
+ * Revision 1.6  2002/04/07 14:10:11  richwareham
+ * Stop C++ bitching about some things and extend the menus example
+ *
  * Revision 1.5  2002/04/06 18:42:05  jcdutton
  * Slight correction to handle quicker menu transitions.
  *