Mercurial > hg > octave-lyh
diff src/ov-base.h @ 7056:2002804df782
[project @ 2007-10-24 00:32:44 by jwe]
author | jwe |
---|---|
date | Wed, 24 Oct 2007 00:32:44 +0000 |
parents | a1dbe9d80eee |
children | 7773c0fdefa6 |
line wrap: on
line diff
--- a/src/ov-base.h +++ b/src/ov-base.h @@ -61,7 +61,7 @@ // T_ID is the type id of struct objects, set by register_type(). // T_NAME is the type name of struct objects. #define DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA \ - DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2() + DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2 ( ) #define DECLARE_OV_BASE_TYPEID_FUNCTIONS_AND_DATA \ DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA2(virtual)