1
0
forked from fsfw/fsfw

buf renamed to streambuf

This commit is contained in:
2020-06-04 13:26:35 +02:00
parent 9361568b45
commit 764608005b
3 changed files with 7 additions and 6 deletions

View File

@ -21,7 +21,7 @@ extern std::ostream error;
class ServiceInterfaceStream :
public std::ostream {
protected:
ServiceInterfaceBuffer buf;
ServiceInterfaceBuffer streambuf;
public:
/**
* This constructor is used by specifying the preamble message.