void function now
This commit is contained in:
@ -19,7 +19,7 @@ bool ServiceInterfaceStream::crAdditionEnabled() const {
|
||||
return streambuf.crAdditionEnabled();
|
||||
}
|
||||
|
||||
bool ServiceInterfaceStream::setAsciiColorPrefix(std::string asciiColorCode) {
|
||||
void ServiceInterfaceStream::setAsciiColorPrefix(std::string asciiColorCode) {
|
||||
streambuf.setAsciiColorPrefix(asciiColorCode);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user