projects
/
platform
/
upstream
/
assimp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4013b31
)
unittests: fix build.
author
Kim Kulling
<kim.kulling@googlemail.com>
Tue, 25 Jul 2017 07:46:54 +0000
(09:46 +0200)
committer
Kim Kulling
<kim.kulling@googlemail.com>
Tue, 25 Jul 2017 07:46:54 +0000
(09:46 +0200)
test/unit/UTLogStream.h
patch
|
blob
|
history
diff --git
a/test/unit/UTLogStream.h
b/test/unit/UTLogStream.h
index
df4467b
..
87ebea9
100644
(file)
--- a/
test/unit/UTLogStream.h
+++ b/
test/unit/UTLogStream.h
@@
-53,7
+53,7
@@
public:
// empty
}
- v
oid write(const char* message) override
{
+ v
irtual void write(const char* message)
{
if ( nullptr != message ) {
m_messages.push_back( std::string( message ) );
}