summaryrefslogtreecommitdiffstats
path: root/mock
diff options
context:
space:
mode:
authorJannis Harder <harder@informatik.uni-luebeck.de>2011-06-21 01:50:20 +0200
committerJannis Harder <harder@informatik.uni-luebeck.de>2011-06-21 01:50:20 +0200
commitec4faf57b16a857016374b6b34eb2c5cebf2bd2c (patch)
tree01bbec8cf741c3f678be7ec13a85199cded899c0 /mock
parent4561c8ed16c3411a82cac0f8b910a469c5fe4f8b (diff)
downloadJRummikub-ec4faf57b16a857016374b6b34eb2c5cebf2bd2c.tar
JRummikub-ec4faf57b16a857016374b6b34eb2c5cebf2bd2c.zip
Really fixed MockSettingsPanel
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@527 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'mock')
-rw-r--r--mock/jrummikub/view/MockSettingsPanel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/mock/jrummikub/view/MockSettingsPanel.java b/mock/jrummikub/view/MockSettingsPanel.java
index a1ff9c5..7bed40f 100644
--- a/mock/jrummikub/view/MockSettingsPanel.java
+++ b/mock/jrummikub/view/MockSettingsPanel.java
@@ -65,7 +65,7 @@ public class MockSettingsPanel implements ISettingsPanel {
/** */
public MockEvent1<Set<StoneColor>> changeStoneColorsEvent = new MockEvent1<Set<StoneColor>>();
/** */
- public MockEvent1<Boolean> changeSeeHandSizeEvent;
+ public MockEvent1<Boolean> changeSeeHandSizeEvent = new MockEvent1<Boolean>();
/** */
public int initialMeldThreshold;
/** */