diff -r 82d8da1d79c7 -r 24381b61de5c hostsupport/hostopengles20/src/degl.h --- a/hostsupport/hostopengles20/src/degl.h Wed Nov 10 15:26:31 2010 +0000 +++ b/hostsupport/hostopengles20/src/degl.h Fri Nov 12 17:56:05 2010 +0000 @@ -62,6 +62,7 @@ { public: EGLtoGLES2Interface(); + virtual ~EGLtoGLES2Interface() {} void SetEGLInterface( IGLEStoEGLInterface* ); void* CreateContext( void* nativeContext ); @@ -88,4 +89,4 @@ #endif /* __cplusplus */ -#endif /* DEGL_H */ \ No newline at end of file +#endif /* DEGL_H */