Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 15, 2009, 11:44:58 PM (14 years ago)
Author:
rgrieder
Message:

Found more tabs in the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/DynLib.h

    r5738 r6073  
    7272            Resource
    7373    */
    74         class _CoreExport DynLib
     74    class _CoreExport DynLib
    7575    {
    76         protected:
    77                 std::string mName;
     76    protected:
     77        std::string mName;
    7878        /// Gets the last loading error
    7979        std::string dynlibError(void);
     
    9595        */
    9696        void unload();
    97                 /// Get the name of the library
    98                 const std::string& getName(void) const { return mName; }
     97        /// Get the name of the library
     98        const std::string& getName(void) const { return mName; }
    9999
    100100        /**
Note: See TracChangeset for help on using the changeset viewer.