diff options
Diffstat (limited to 'test/WhiteBoxTests.cpp')
-rw-r--r-- | test/WhiteBoxTests.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/WhiteBoxTests.cpp b/test/WhiteBoxTests.cpp index 12112d120..66f3e895f 100644 --- a/test/WhiteBoxTests.cpp +++ b/test/WhiteBoxTests.cpp @@ -561,6 +561,10 @@ public: { return true; } + + void alertAllUsers(const std::string& /*cmd*/, const std::string& /*kind*/) override + { + } }; void WhiteBoxTests::testEmptyCellCursor() |