aboutsummaryrefslogtreecommitdiff
path: root/tests/volume-control-test.cc
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-18 08:28:17 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-18 08:28:17 +0100
commite3049a5c9ef52e052a756b9ffbfcb3e0c35ab326 (patch)
treedae68f1052a0c848bc9f22542fb170d8a93acf45 /tests/volume-control-test.cc
parent4d324593cd1af2c11fab2b0b85f9dc6bffc649e9 (diff)
parentd61f8357fd7a8fbbd5eeaf594863a92401d25693 (diff)
downloadayatana-indicator-sound-e3049a5c9ef52e052a756b9ffbfcb3e0c35ab326.tar.gz
ayatana-indicator-sound-e3049a5c9ef52e052a756b9ffbfcb3e0c35ab326.tar.bz2
ayatana-indicator-sound-e3049a5c9ef52e052a756b9ffbfcb3e0c35ab326.zip
Merge branch 'tari01-pr/build-with-werror'
Attributes GH PR #77: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/77
Diffstat (limited to 'tests/volume-control-test.cc')
-rw-r--r--tests/volume-control-test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/volume-control-test.cc b/tests/volume-control-test.cc
index 36fa05e..15032b5 100644
--- a/tests/volume-control-test.cc
+++ b/tests/volume-control-test.cc
@@ -1,6 +1,6 @@
/*
* Copyright 2014 Canonical Ltd.
- * Copyright 2021 Robert Tari
+ * Copyright 2021-2022 Robert Tari
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -49,7 +49,7 @@ class VolumeControlTest : public ::testing::Test
g_object_add_weak_pointer(G_OBJECT(session), (gpointer *)&session);
}
- virtual void TearDown() {
+ virtual void TearDown() override {
g_clear_object(&service);
g_object_unref(session);