From cd87a58b8d7478f00b10465702a169fe92cc2dd7 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 6 Oct 2014 15:01:11 -0500 Subject: fix oops --- tests/glib-fixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/glib-fixture.h b/tests/glib-fixture.h index d60a038..a3e9605 100644 --- a/tests/glib-fixture.h +++ b/tests/glib-fixture.h @@ -146,7 +146,7 @@ class GlibFixture : public ::testing::Test public: - virtual ~GLibFixture() =default; + virtual ~GlibFixture() =default; }; #endif /* INDICATOR_TESTS_GLIB_FIXTURE_H */ -- cgit v1.2.3