Show
Ignore:
Timestamp:
02/03/10 12:53:22 (6 months ago)
Author:
trichards
Message:

const methods don't work correctly with the scripting templates. I added a reminder of this in RawObject?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/trunk/ScriptTest/RawObject.hpp

    r3328 r3362  
    3737    // method. 
    3838    // void rawObjectTestObject(RawObject& _object); 
     39 
     40    // TODO Test this: 
     41    // make this method const 
     42    // void constCall() const; 
    3943    /// @} 
    4044