Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2013, 7:18:06 PM (12 years ago)
Author:
landauf
Message:

details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/libraries/core/CoreIncludes.h

    r9564 r9567  
    165165    /**
    166166        @brief Returns the Identifier with a given 'this' pointer.
    167         @note This of course only works with OrxonoxClasses.
     167        @note This of course only works with Identifiables.
    168168              The only use is in conjunction with macros that don't know the class type.
    169         @param object Pointer to an OrxonoxClass
     169        @param object Pointer to an Identifiable
    170170    */
    171171    template <class T>
Note: See TracChangeset for help on using the changeset viewer.