]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/cdintf_osx.cpp
forgot a const declaration (double D'oh!)
[virtualjaguar] / src / cdintf_osx.cpp
index f8413ae9a3abae76262d973536d19df2f728b06d..7df24eae9c698bd24fb3ee779083df5dfced0812 100644 (file)
@@ -44,7 +44,7 @@ uint32 CDIntfGetCurrentDrive(void)
        return 0;
 }
 
-uint8 * CDIntfGetDriveName(uint32)
+const uint8 * CDIntfGetDriveName(uint32)
 {
        WriteLog("CDINTF: GetDriveName unimplemented!\n");
        return NULL;