pica/stream/stream.cpp

9 lines
94 B
C++

#include "stream.h"
Stream::Stream(FCGX_Stream* raw):
raw(raw)
{}
Stream::~Stream() {
}