summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSEditor.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-21 02:04:33 +0000
committerPaul Buetow <paul@buetow.org>2008-05-21 02:04:33 +0000
commit986ba9e27e6a3f6bced32d675246c85448b83f4f (patch)
tree9d6d2f68b512676f75c375a8c558147b725bdab6 /sources/prefs/editors/VSEditor.java
parent6059b54e23e742db068da5e4a53b8b1b046db121 (diff)
OOkk
Diffstat (limited to 'sources/prefs/editors/VSEditor.java')
-rw-r--r--sources/prefs/editors/VSEditor.java2
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;