Commit 65e471049514a3038de1782f6f8e5a2d32508f7a
1 parent
427e1faf
Update mock class to latest changes in class system.
Showing
2 changed files
with
2 additions
and
1 deletions
@@ -67,6 +67,6 @@ mockClone(void * _this, void * _base) | @@ -67,6 +67,6 @@ mockClone(void * _this, void * _base) | ||
67 | } | 67 | } |
68 | 68 | ||
69 | TR_INIT_IFACE(TR_Class, mockCtor, mockDtor, mockClone); | 69 | TR_INIT_IFACE(TR_Class, mockCtor, mockDtor, mockClone); |
70 | -TR_CREATE_CLASS(MockClass, NULL, TR_IF(TR_Class)); | 70 | +TR_CREATE_CLASS(MockClass, NULL, NULL, TR_IF(TR_Class)); |
71 | 71 | ||
72 | // vim: set et ts=4 sw=4: | 72 | // vim: set et ts=4 sw=4: |
Please
register
or
login
to post a comment