]> git.sesse.net Git - mlt/blobdiff - src/modules/kino/filehandler.cc
Constness changes
[mlt] / src / modules / kino / filehandler.cc
index 1a0aeac659302bd93b426e64eb481f01c71aa055..e5e552cc52739cbf47d515c8b1997d601598fd0e 100644 (file)
@@ -873,7 +873,7 @@ bool QtHandler::Open( const char *s )
 {
        Init();
 
-       fd = quicktime_open( ( char * ) s, 1, 0 );
+       fd = quicktime_open( s, 1, 0 );
        if ( fd == NULL )
        {
                fprintf( stderr, "Error opening: %s\n", s );