2
0
Эх сурвалжийг харах

Merge pull request #117 from GWRon/fix_toomuchoverride

Fix: [Volumes.mod] GetPath() does not override, is primary definition (mac only)
Brucey 6 жил өмнө
parent
commit
cf910d3a0d

+ 1 - 1
volumes.mod/vol_mac.bmx

@@ -291,7 +291,7 @@ Type TMacVolume Extends TVolume
 		Return volume
 	End Method
 	
-	Method GetPath:String(folderType:Int, flags:Int = 0) Override
+	Method GetPath:String(folderType:Int, flags:Int = 0)
 		Local buf:Byte[1024],ref:Byte[80]
 		
 		If flags Then