1
0
forked from fsfw/fsfw
This commit is contained in:
2020-07-21 15:15:53 +02:00
parent e1c17409d9
commit be9d0a61f4
4 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ void ServiceInterfaceStream::setActive( bool myActive) {
this->streambuf.isActive = myActive;
}
std::string ServiceInterfaceStream::getPreamble() {
std::string* ServiceInterfaceStream::getPreamble() {
return streambuf.getPreamble();
}