- Timestamp:
- Aug 27, 2010, 2:41:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/TclBind.h
r7203 r7228 59 59 static void tcl_execute(Tcl::object const &args); 60 60 61 static std::string eval(const std::string& tclcode, bool* success= 0);61 static std::string eval(const std::string& tclcode, int* error = 0); 62 62 63 63 private:
Note: See TracChangeset
for help on using the changeset viewer.