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

@ -60,7 +60,7 @@ private:
//! In this function, the characters are parsed.
void putChars(char const* begin, char const* end);
std::string getPreamble(size_t * preambleSize = nullptr);
std::string* getPreamble(size_t * preambleSize = nullptr);
};
#endif