diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-10-06 15:01:11 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-10-06 15:01:11 -0500 |
commit | cd87a58b8d7478f00b10465702a169fe92cc2dd7 (patch) | |
tree | d0f0a43eb504e05ea7e5e157a85344f985be8b86 | |
parent | 5e05830765bdcae09db297918d3aa0620371ccf3 (diff) | |
download | ayatana-indicator-display-cd87a58b8d7478f00b10465702a169fe92cc2dd7.tar.gz ayatana-indicator-display-cd87a58b8d7478f00b10465702a169fe92cc2dd7.tar.bz2 ayatana-indicator-display-cd87a58b8d7478f00b10465702a169fe92cc2dd7.zip |
fix oops
-rw-r--r-- | tests/glib-fixture.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |