summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSEditorFrame.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/prefs/editors/VSEditorFrame.java')
-rw-r--r--sources/prefs/editors/VSEditorFrame.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/prefs/editors/VSEditorFrame.java b/sources/prefs/editors/VSEditorFrame.java
index be41902..268afd3 100644
--- a/sources/prefs/editors/VSEditorFrame.java
+++ b/sources/prefs/editors/VSEditorFrame.java
@@ -16,6 +16,7 @@ import utils.*;
* The Class VSEditorFrame.
*/
public class VSEditorFrame extends VSFrame implements ActionListener {
+ private static final long serialVersionUID = 1L;
/** The editor. */
private VSBetterEditor editor;