summaryrefslogtreecommitdiff
path: root/ihl/processing/chemistry/ElectrolysisBathGui.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/processing/chemistry/ElectrolysisBathGui.java')
-rw-r--r--ihl/processing/chemistry/ElectrolysisBathGui.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/ihl/processing/chemistry/ElectrolysisBathGui.java b/ihl/processing/chemistry/ElectrolysisBathGui.java
index a7788a5..89b8ddb 100644
--- a/ihl/processing/chemistry/ElectrolysisBathGui.java
+++ b/ihl/processing/chemistry/ElectrolysisBathGui.java
@@ -8,7 +8,8 @@ import net.minecraft.client.gui.GuiButton;
import net.minecraft.client.gui.inventory.GuiContainer;
import net.minecraft.util.ResourceLocation;
import org.lwjgl.opengl.GL11;
-import ihl.collector.GuiMultiTextureButton;
+
+import ihl.utils.GuiMultiTextureButton;
import ihl.utils.IHLRenderUtils;
@SideOnly(Side.CLIENT)