Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 21, 2009, 9:17:02 PM (16 years ago)
Author:
rgrieder
Message:

Fixed a small bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/Core.cc

    r5747 r5759  
    196196        /**
    197197        @brief
    198             Temporary sets the data path
     198            Temporary sets the external data path
    199199        @param path
    200200            The new data path
     
    202202        void tsetExternalDataPath(const std::string& path)
    203203        {
    204             dataPath_ = boost::filesystem::path(path);
     204            externalDataPath_ = boost::filesystem::path(path);
    205205        }
    206206
Note: See TracChangeset for help on using the changeset viewer.