Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 692


Ignore:
Timestamp:
Dec 26, 2007, 11:47:11 PM (16 years ago)
Author:
landauf
Message:

next try

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/Identifier.h

    r690 r692  
    206206
    207207    template <class T>
    208     ClassIdentifier<T>* ClassIdentifier<T>::pointer_s = NULL; // Set the static member variable pointer_s to zero
     208    ClassIdentifier<T>* ClassIdentifier<T>::pointer_s;
    209209
    210210    /**
     
    250250            // If no: We have to store the informations and initialize the Identifier
    251251            COUT(4) << "*** Register Class in " << name << "-Singleton -> Initialize Singleton." << std::endl;
    252             pointer_s->name_ = name;
    253252            if (bRootClass)
    254253                pointer_s->initialize(NULL); // If a class is derived from two interfaces, the second interface might think it's derived from the first because of the order of constructor-calls. Thats why we set parents to zero in that case.
Note: See TracChangeset for help on using the changeset viewer.