X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fkino%2Friff.cc;fp=src%2Fmodules%2Fkino%2Friff.cc;h=2eef892c0cdccd2f92d12f17e7cc575795bff1b7;hb=8491eda0036ad9de4255eff05468f93c3cebd95b;hp=51ed2101dd8796a051d38d130460939032df6ff1;hpb=a6313ab2681932e2e9d2834711390c9f130b751a;p=melted diff --git a/src/modules/kino/riff.cc b/src/modules/kino/riff.cc index 51ed210..2eef892 100644 --- a/src/modules/kino/riff.cc +++ b/src/modules/kino/riff.cc @@ -113,7 +113,7 @@ using std::endl; could not get it working on the gcc compiler so I had to use this workaround. We can now use id = make_fourcc("ABCD") instead. */ -FOURCC make_fourcc( char *s ) +FOURCC make_fourcc( const char *s ) { if ( s[ 0 ] == 0 ) return 0;