Skip to content

Commit 2091e0b

Browse files
committed
FIX: Perf::Abort should allow public access
1 parent 8eaa5d2 commit 2091e0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gtestx/gtestx.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ class Perf {
265265
virtual ~Perf() {}
266266
virtual void TestCode() = 0;
267267
void Run();
268-
269-
protected:
270268
void Abort();
271269

272270
private:

0 commit comments

Comments
 (0)