diff options
Diffstat (limited to 'test/WhiteBoxTests.cpp')
-rw-r--r-- | test/WhiteBoxTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/WhiteBoxTests.cpp b/test/WhiteBoxTests.cpp index 1982f328a..445a7134a 100644 --- a/test/WhiteBoxTests.cpp +++ b/test/WhiteBoxTests.cpp @@ -666,7 +666,7 @@ public: { } - unsigned getMobileAppDocId() override + unsigned getMobileAppDocId() const override { return 0; } |