commit | 133ca13d8e23cf8cfa5e30ac67b69ca18130d4c1 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon May 01 22:12:34 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon May 01 22:15:11 2017 -0500 |
tree | 625ee3f8ab8fc4ced67446c8c2dee4af9dd065b3 | |
parent | 82aa22325c989fe13c2d7dc875c890422923a93b [diff] [blame] |
change namespace on sdbusplus::match sdbusplus::server::match::match moved to the sdbusplus::bus namespace. Change-Id: Ib1599f7efbf63570685a7029811f2eeb69ef6ace Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/test.cpp b/test/test.cpp index 407a0cc..849b60b 100644 --- a/test/test.cpp +++ b/test/test.cpp
@@ -139,7 +139,7 @@ } sdbusplus::bus::bus _bus; - sdbusplus::server::match::match _match; + sdbusplus::bus::match_t _match; sdbusplus::message::message _next; };