aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-fixture.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-11-06 09:48:22 -0600
committerTed Gould <ted@gould.cx>2014-11-06 09:48:22 -0600
commit36f7456285da6f55126396e004776b4da3290443 (patch)
tree8aaefbc4a32b514b97988c7c999b317685620b60 /tests/indicator-fixture.h
parentf4e23c3e41558406a2b9bb724dc533bb217410da (diff)
downloadayatana-indicator-sound-36f7456285da6f55126396e004776b4da3290443.tar.gz
ayatana-indicator-sound-36f7456285da6f55126396e004776b4da3290443.tar.bz2
ayatana-indicator-sound-36f7456285da6f55126396e004776b4da3290443.zip
Adding in an accounts services mock
Diffstat (limited to 'tests/indicator-fixture.h')
-rw-r--r--tests/indicator-fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indicator-fixture.h b/tests/indicator-fixture.h
index 0c07159..97028e3 100644
--- a/tests/indicator-fixture.h
+++ b/tests/indicator-fixture.h
@@ -111,7 +111,7 @@ class IndicatorFixture : public ::testing::Test
run.reset();
}
- void addMock (std::shared_ptr<DbusTestTask>& mock)
+ void addMock (std::shared_ptr<DbusTestTask> mock)
{
_mocks.push_back(mock);
}