changeset 38:af3187fdc44d

Type hint.
author Mikhail Kryshen <mikhail@kryshen.net>
date Fri, 09 Jul 2010 01:11:01 +0400
parents d2fb660ca49f
children 930c088e1367
files src/kryshen/indyvon/core.clj
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/kryshen/indyvon/core.clj	Fri Jul 09 01:08:45 2010 +0400
+++ b/src/kryshen/indyvon/core.clj	Fri Jul 09 01:11:01 2010 +0400
@@ -93,7 +93,7 @@
            y2 (min y12 y22)]
        (Bounds. x1 y1 (- x2 x1) (- y2 y1)))))
 
-(defn- create-graphics
+(defn- ^Graphics2D create-graphics
   ([]
      (create-graphics 0 0 (:width *bounds*) (:height *bounds*)))
   ([x y w h]