Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2015, 9:41:22 PM (9 years ago)
Author:
landauf
Message:

wrap Identifiers in a StaticallyInitializedInstance. doesn't do a lot at the moment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/test/core/class/IdentifierExternalClassHierarchyTest.cc

    r9659 r10360  
    4646                    registerClass("Context", new ClassFactoryWithContext<Context>());
    4747                    registerClass("Listable", new ClassFactoryWithContext<Listable>());
    48                     registerClass("Interface", static_cast<ClassFactory<Interface>*>(NULL), false).inheritsFrom(Class(Identifiable));
     48                    registerClass("Interface", static_cast<ClassFactory<Interface>*>(NULL), false)->inheritsFrom(Class(Identifiable));
    4949                    registerClass("BaseClass", new ClassFactoryNoArgs<BaseClass>());
    5050                    registerClass("RealClass", new ClassFactoryNoArgs<RealClass>());
Note: See TracChangeset for help on using the changeset viewer.