summaryrefslogtreecommitdiffstats
path: root/manager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'manager.hpp')
-rw-r--r--manager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager.hpp b/manager.hpp
index c1137a4..9d83ee8 100644
--- a/manager.hpp
+++ b/manager.hpp
@@ -81,7 +81,7 @@ class Manager final :
using EventInfo = std::tuple <
std::vector<details::EventBasePtr>,
- std::vector<details::ActionBasePtr >>;
+ std::vector<details::Action >>;
/** @brief Start processing DBus messages. */
void run() noexcept;
OpenPOWER on IntegriCloud