Skip to content

Commit

Permalink
fix Haxe 4.3 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 15, 2023
1 parent 51361ad commit 0c02967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/moonshine/dsp/SteppingGranularity.hx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ package moonshine.dsp;
@see https://microsoft.github.io/debug-adapter-protocol/specification#steppinggranularity
**/
@:enum
abstract SteppingGranularity(String) from String to String {
#if haxe4 enum #else @:enum #end abstract SteppingGranularity(String) from String to String {

var Statement = "statement";
var Line = "line";
var Instruction = "instruction";
Expand Down

0 comments on commit 0c02967

Please sign in to comment.