From b58b2155bbf435285bf5997392931cd918a5fb64 Mon Sep 17 00:00:00 2001 From: oakes Date: Mon, 22 Sep 2014 22:21:25 -0400 Subject: [PATCH] Make cell! private --- src/play_clj/ui.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/play_clj/ui.clj b/src/play_clj/ui.clj index 83934df..3d8dd60 100644 --- a/src/play_clj/ui.clj +++ b/src/play_clj/ui.clj @@ -58,7 +58,7 @@ based on the file at `path`. [k] (u/gdx-field :scenes :scene2d :utils :Align (u/key->camel k))) -(defn cell! +(defn ^:private cell! "Calls methods on a [Cell](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/scenes/scene2d/ui/Cell.html)." [^Cell cell & args] (let [method (first args)