소스 검색

Merge pull request #117 from GWRon/fix_toomuchoverride

Fix: [Volumes.mod] GetPath() does not override, is primary definition (mac only)
Brucey 6 년 전
부모
커밋
cf910d3a0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      volumes.mod/vol_mac.bmx

+ 1 - 1
volumes.mod/vol_mac.bmx

@@ -291,7 +291,7 @@ Type TMacVolume Extends TVolume
 		Return volume
 		Return volume
 	End Method
 	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]
 		Local buf:Byte[1024],ref:Byte[80]
 		
 		
 		If flags Then
 		If flags Then