X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Findexable.C;h=a038b3308c0188a089597fb3d23fea165f741d95;hp=e7f090c483565f1cc5c5f878fb5103c35e0762db;hb=0c36fdb4fc4d4a2efe353e2b6eb0bf5a1b1485d6;hpb=c9bbecdcb49b2dc8fdefd017104fd4d052edb8a3 diff --git a/cinelerra-5.1/cinelerra/indexable.C b/cinelerra-5.1/cinelerra/indexable.C index e7f090c4..a038b330 100644 --- a/cinelerra-5.1/cinelerra/indexable.C +++ b/cinelerra-5.1/cinelerra/indexable.C @@ -54,7 +54,7 @@ int64_t Indexable::get_audio_samples() return 0; } -void Indexable::update_path(char *new_path) +void Indexable::update_path(const char *new_path) { strcpy(path, new_path); }