From 7422b1e986906bca5006602e61c6c5b31f85defa Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 17 Mar 2006 00:56:57 +0000 Subject: [PATCH] Expose getColorRecord() as it is needed externally. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3955 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/media/image/ColorPository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/media/image/ColorPository.java b/src/java/com/threerings/media/image/ColorPository.java index 99b3b20cc..3c5edf6c3 100644 --- a/src/java/com/threerings/media/image/ColorPository.java +++ b/src/java/com/threerings/media/image/ColorPository.java @@ -372,7 +372,7 @@ public class ColorPository implements Serializable /** * Looks up the requested color record. */ - protected ColorRecord getColorRecord (int classId, int colorId) + public ColorRecord getColorRecord (int classId, int colorId) { ClassRecord record = (ClassRecord)_classes.get(classId); if (record == null) {