Ignore:
Timestamp:
Jun 19, 2007, 4:02:00 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/include/smoothie/SmoothieException.h

    r170 r172  
    2222    {
    2323    }
     24    SmoothieException()
     25        : errorCode( 300 )
     26        , keyword( "" )
     27        , nowLine( -1 )
     28    {
     29    }
    2430
    2531    int GetErrorCode() const
Note: See TracChangeset for help on using the changeset viewer.