Added serialVersionUID

This commit is contained in:
Caspian Rychlik-Prince 2006-05-16 18:51:27 +00:00
parent 2cc1b508dd
commit c3325f0ac2
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ import org.lwjgl.LWJGLException;
*/
public class FMODException extends LWJGLException {
private static final long serialVersionUID = -1979225393145509886L;
/**
* Creates a new FMODException
*