0.8.20.6:
[sbcl.git] / contrib / sb-simple-streams / classes.lisp
index 0bc782d..6007d6e 100644 (file)
    (max-out-pos :initform 0 :type fixnum)))
 
 ;;; A stream with a string as buffer.
-(def-stream-class string-simple-stream (simple-stream)
+(def-stream-class string-simple-stream (simple-stream string-stream)
   ())