Changeset 1360
- Timestamp:
- 02/18/08 18:03:20 (9 months ago)
- Files:
-
- 1 modified
-
trunk/src/openmedialib/ml/input.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/openmedialib/ml/input.hpp
r1347 r1360 78 78 virtual const size_t slot_count( ) const { return 0; } 79 79 virtual bool connect( input_type_ptr, size_t = 0 ) { return false; } 80 virtual input_type_ptr fetch_slot( size_t slot= 0 ) const { return input_type_ptr( ); }80 virtual input_type_ptr fetch_slot( size_t /*slot*/ = 0 ) const { return input_type_ptr( ); } 81 81 82 82 // Property object
