summaryrefslogtreecommitdiff
path: root/sources/events/VSEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/events/VSEvent.java')
-rw-r--r--sources/events/VSEvent.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/events/VSEvent.java b/sources/events/VSEvent.java
index eba60b1..28abf8c 100644
--- a/sources/events/VSEvent.java
+++ b/sources/events/VSEvent.java
@@ -11,6 +11,8 @@ import prefs.VSPrefs;
* The Class VSEvent.
*/
abstract public class VSEvent extends VSPrefs {
+ private static final long serialVersionUID = 1L;
+
/** The prefs. */
protected VSPrefs prefs;