eo2: fixed eo2_class_class.

This commit is contained in:
Tom Hacohen 2013-11-08 13:02:49 +00:00
parent f38895abed
commit ff64050a7b
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
#include "Eo.h"
static Eo2_Op_Description op_descs [] = {};
static Eo2_Op_Description op_descs [] = {
EO2_OP_SENTINEL
};
static const Eo_Class_Description class_desc = {
EO2_VERSION,