Missed a class -> class pointer change.

This commit is contained in:
Bill Currie 2011-01-10 11:11:08 +09:00
parent cb0bc7229a
commit 9e06220dc5

View file

@ -3,7 +3,7 @@
struct obj_protocol_list {
struct obj_protocol_list [] next;
integer count;
Protocol [1] list;
Protocol[] [1] list;
};
struct obj_method_description_list {