Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8112


Ignore:
Timestamp:
Mar 24, 2011, 7:11:55 PM (13 years ago)
Author:
rgrieder
Message:

Fixed a possible bug. If you're interested why, ask me directly because the explanation is quite tricky.
This is the same kind of bug that occurred on an ArchLinux box very recently and was fixed in r8089.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/src/libraries/core/Identifier.h

    r8071 r8112  
    395395    {
    396396        // Get the name of the class
    397         const std::string& name = typeid(T).name();
     397        std::string name = typeid(T).name();
    398398
    399399        // create a new identifier anyway. Will be deleted in Identifier::getIdentifier if not used.
Note: See TracChangeset for help on using the changeset viewer.