Ignore:
Timestamp:
07/08/09 21:23:39 (4 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
79f8b2c
Parents:
dcd5462
Message:

2009-07-05 MickeM

2009-06-20 MickeM

  • Fixed issue with CheckDisk and paths not working out properly

as well as some missing files for the build to work properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckExternalScripts/CheckExternalScripts.h

    r394f7a1 r4580c6c  
    7979private: 
    8080  void addAllScriptsFrom(std::wstring path); 
    81   void addCommand(strEx::blindstr key, std::wstring cmd = _T(""), std::wstring args = _T("")) { 
     81  void addCommand(strEx::blindstr key, std::wstring cmd, std::wstring args) { 
    8282    commands[key] = command_data(cmd, args); 
    8383  } 
    84   void addAlias(strEx::blindstr key, std::wstring cmd = _T(""), std::wstring args = _T("")) { 
     84  void addAlias(strEx::blindstr key, std::wstring cmd, std::wstring args) { 
    8585    alias[key] = command_data(cmd, args); 
    8686  } 
Note: See TracChangeset for help on using the changeset viewer.