Browse Source

Fixed extra override issue. Fixes #99.

woollybah 6 years ago
parent
commit
648f9f0643
1 changed files with 1 additions and 1 deletions
  1. 1 1
      volumes.mod/vol_linux.bmx

+ 1 - 1
volumes.mod/vol_linux.bmx

@@ -192,7 +192,7 @@ Type TLinuxVolume Extends TVolume
 
 	End Method
 	
-	Method getHome:String() Override
+	Method getHome:String()
 		Local dir:String = String.FromUTF8String(getenv_("HOME"))
 		
 		' HOME not set?