Skip to content

Commit bf3632c

Browse files
committed
undefined reference
1 parent 8edab97 commit bf3632c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gui/test/resultstree/testresultstree.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ void ThreadResult::reportOut(const std::string & /*unused*/, Color /*unused*/) {
124124
void ThreadResult::reportErr(const ErrorMessage & /*unused*/) {
125125
throw 1;
126126
}
127+
void ThreadResult::reportProgress(const std::string &/*filename*/, const char /*stage*/[], const std::size_t /*value*/) {
128+
throw 1;
129+
}
127130

128131
// Test...
129132

0 commit comments

Comments
 (0)