diff options
Diffstat (limited to 'wsd/TestStubs.cpp')
-rw-r--r-- | wsd/TestStubs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wsd/TestStubs.cpp b/wsd/TestStubs.cpp index ad0859a8e..1efd3251f 100644 --- a/wsd/TestStubs.cpp +++ b/wsd/TestStubs.cpp @@ -33,7 +33,7 @@ void ClientSession::writeQueuedMessages() {} void ClientSession::dumpState(std::ostream& /*os*/) {} -void ClientSession::setReadOnly() {} +void ClientSession::setReadOnly(bool) {} bool ClientSession::_handleInput(const char* /*buffer*/, int /*length*/) { return false; } |