Skip to content

Commit 82dc936

Browse files
authored
fixes #147 (#148)
1 parent fa22219 commit 82dc936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdl2/ttf.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else:
2020
import sdl2
2121

2222
type
23-
FontPtr* = ptr object{.pure.}
23+
FontPtr* {.pure.} = ptr object
2424
## The internal structure containing font information
2525

2626
when not defined(SDL_Static):

0 commit comments

Comments
 (0)