diff options
author | Araq <rumpf_a@web.de> | 2011-01-15 23:57:19 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-01-15 23:57:19 +0100 |
commit | fa111b9067f92107865d4496affcfc0518b7c493 (patch) | |
tree | 884a93f96c8229c83ef34dd101742314e01eb887 /lib/impure | |
parent | 25d41f2f9a36028f0859c64824d1bc23a9480784 (diff) | |
download | Nim-fa111b9067f92107865d4496affcfc0518b7c493.tar.gz |
cleanup: E_Base should not be used for inheriting exceptions; documentation generator generates dependencies section
Diffstat (limited to 'lib/impure')
-rwxr-xr-x | lib/impure/graphics.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/graphics.nim b/lib/impure/graphics.nim index b6e2c0677..e8b10d56b 100755 --- a/lib/impure/graphics.nim +++ b/lib/impure/graphics.nim @@ -24,7 +24,7 @@ type w, h: int s: sdl.PSurface - EGraphics* = object of EBase + EGraphics* = object of EIO TFont {.pure, final.} = object f: sdl_ttf.PFont |