Commit 79bb2cdd authored by James Zern's avatar James Zern
Browse files

invalid_file_test: correct HandlePeekResult signature

restore const lost in:
f0f9ab68 invalid_file_test.cc: remove unused param warnings

Change-Id: I0c5318f84c81e3dd7bb44468463faf9edd6bc18a
Showing with 1 addition and 1 deletion
......@@ -126,7 +126,7 @@ VP9_INSTANTIATE_TEST_CASE(InvalidFileTest,
class InvalidFileInvalidPeekTest : public InvalidFileTest {
protected:
InvalidFileInvalidPeekTest() : InvalidFileTest() {}
virtual void HandlePeekResult(libvpx_test::Decoder* /*decoder*/,
virtual void HandlePeekResult(libvpx_test::Decoder *const /*decoder*/,
libvpx_test::CompressedVideoSource* /*video*/,
const vpx_codec_err_t /*res_peek*/) {}
};
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment