Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2008, 11:24:44 PM (16 years ago)
Author:
rgrieder
Message:
  • set the svn:eol-style property to all files so, that where ever you check out, you'll get the right line endings (had to change every file with mixed endings to windows in order to set the property)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/cpptcl/CppTcl.h

    • Property svn:eol-style set to native
    r1214 r1494  
    467467{
    468468public:
    469      interpreter();
    470      interpreter(std::string const &libpath);
     469     interpreter();     interpreter(std::string const &libpath);
    471470     interpreter(Tcl_Interp *, bool owner = true);
    472471     ~interpreter();
Note: See TracChangeset for help on using the changeset viewer.