From 986ba9e27e6a3f6bced32d675246c85448b83f4f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 21 May 2008 02:04:33 +0000 Subject: OOkk --- sources/prefs/editors/VSEditor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/prefs/editors') diff --git a/sources/prefs/editors/VSEditor.java b/sources/prefs/editors/VSEditor.java index 5b60e75..faea37f 100644 --- a/sources/prefs/editors/VSEditor.java +++ b/sources/prefs/editors/VSEditor.java @@ -12,7 +12,7 @@ import simulator.*; import utils.*; import prefs.VSPrefs; -abstract class VSEditor implements ActionListener { +public abstract class VSEditor implements ActionListener { protected static final int LABEL_FIELD_COLS = 18; protected static final int VALUE_FIELD_COLS = 7; protected int prefsCategory; -- cgit v1.2.3