Browse Source

Added cast to BBDebugScope*.

Brucey 2 years ago
parent
commit
de847927fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ctranslator.bmx

+ 1 - 1
ctranslator.bmx

@@ -3048,7 +3048,7 @@ t:+"NULLNULLNULL"
 			End If
 		Next
 		
-		Emit "bbOnDebugEnterScope(&__scope);"
+		Emit "bbOnDebugEnterScope((BBDebugScope *)&__scope);"
 	End Method
 	
 	Method EmitClassThreadedGlobalDebugInit(classDecl:TClassDecl)