summary refs log tree commit diff stats
path: root/lib/newwrap/sdl/sdl_mixer_nosmpeg.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/newwrap/sdl/sdl_mixer_nosmpeg.nim')
-rwxr-xr-xlib/newwrap/sdl/sdl_mixer_nosmpeg.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/newwrap/sdl/sdl_mixer_nosmpeg.nim b/lib/newwrap/sdl/sdl_mixer_nosmpeg.nim
index 3fe7cac14..321b0e519 100755
--- a/lib/newwrap/sdl/sdl_mixer_nosmpeg.nim
+++ b/lib/newwrap/sdl/sdl_mixer_nosmpeg.nim
@@ -57,7 +57,7 @@ type                          #music_cmd.h types
   TMidiEvent*{.final.} = object 
     time*: int32
     channel*: uint8
-    type_*: uint8
+    typ*: uint8
     a*: uint8
     b*: uint8
 
@@ -116,7 +116,7 @@ type                          #music_cmd.h types
     MUS_NONE, MUS_CMD, MUS_WAV, MUS_MOD, MUS_MID, MUS_OGG
   PMusic* = ptr TMusic
   TMusic*{.final.} = object 
-    type_*: TMusicType
+    typ*: TMusicType
 
   TMixFunction* = proc (udata: Pointer, stream: PUint8, length: int): Pointer{.
       cdecl.} # This macro can be used to fill a version structure with the compile-time