diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-21 02:04:33 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-21 02:04:33 +0000 |
| commit | 986ba9e27e6a3f6bced32d675246c85448b83f4f (patch) | |
| tree | 9d6d2f68b512676f75c375a8c558147b725bdab6 /sources/prefs/editors/VSEditor.java | |
| parent | 6059b54e23e742db068da5e4a53b8b1b046db121 (diff) | |
OOkk
Diffstat (limited to 'sources/prefs/editors/VSEditor.java')
| -rw-r--r-- | sources/prefs/editors/VSEditor.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
