Ignore:
Timestamp:
Jun 7, 2008, 5:34:52 PM (17 years ago)
Author:
cinc
Message:

Renamed nomGetClassName() to nomQueryClassName()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/src/nomdebug.c

    r326 r357  
    6868    else
    6969      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_nomGetClassName(nomObject, NULL));
     70                NOMObject_nomQueryClassName(nomObject, NULL));
    7171  }
    7272}
Note: See TracChangeset for help on using the changeset viewer.