Changeset 357 for trunk/nom/src/nomdebug.c
- Timestamp:
- Jun 7, 2008, 5:34:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/src/nomdebug.c
r326 r357 68 68 else 69 69 g_error("The object for which the method %s should be called is not valid for this method.\nThe object must be some instance of class %s (or of a subclass) but is a %s.", chrMethodName, NOMClass_nomGetCreatedClassName(nomClass, NULL), 70 NOMObject_nom GetClassName(nomObject, NULL));70 NOMObject_nomQueryClassName(nomObject, NULL)); 71 71 } 72 72 }
Note:
See TracChangeset
for help on using the changeset viewer.