Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 25, 2009, 2:07:44 PM (14 years ago)
Author:
dafrick
Message:

Added changes to presentation2 here as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup2/src/libraries/core/DynLib.cc

    r6412 r6414  
    7070        COUT(2) << "Loading module " << mName << std::endl;
    7171
    72         const std::string& name = mName;
     72        std::string& name = mName;
    7373#ifdef ORXONOX_PLATFORM_LINUX
    7474        // dlopen() does not add .so to the filename, like windows does for .dll
Note: See TracChangeset for help on using the changeset viewer.