OSDN Git Service

Merge branch 'master' of https://scm.sourceforge.jp/gitroot/chemicraft/chemicraft
[chemicraft/chemicraft.git] / common / pcc / chemicraft / util / ICompoundHandler.java
index 76fd87c..a062af5 100644 (file)
@@ -52,6 +52,6 @@ public interface ICompoundHandler {
         * iconIndexの指定
         * @return iconIndex
         */
-       public int getIconIndexHandler();
+       public String getIconIndexHandler();
 
 }