Change the method scope.

Change-Id: I38250a288cb587b9b3fc77f4324408491b8fc9dc
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2019-07-18 17:03:14 +02:00
committed by sys_ocldev
parent 963049c988
commit 953c1efabc

View File

@@ -11,7 +11,7 @@
namespace NEO {
class MemoryLeakListener : public ::testing::EmptyTestEventListener {
private:
protected:
void OnTestStart(const ::testing::TestInfo &) override;
void OnTestEnd(const ::testing::TestInfo &) override;
};