pica/stream/stream.cpp

9 lines
94 B
C++
Raw Normal View History

2023-11-21 22:19:08 +00:00
#include "stream.h"
Stream::Stream(FCGX_Stream* raw):
raw(raw)
{}
Stream::~Stream() {
}