Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7612 in orxonox.OLD for branches/qt_gui/src/lib/util/file.h


Ignore:
Timestamp:
May 12, 2006, 4:19:06 PM (18 years ago)
Author:
bensch
Message:

first function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/util/file.h

    r7611 r7612  
    5454  private:
    5555    int                 _handle;          //!< The FileHandle (if set).
    56     std::string         name;             //!< The Name of the File.
     56    std::string         _name;             //!< The Name of the File.
    5757
    5858    static std::string  _cwd;             //!< The currend Working directory.
Note: See TracChangeset for help on using the changeset viewer.