aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/event_cmd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/event_cmd.hpp')
-rw-r--r--extras/vom/vom/event_cmd.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/vom/vom/event_cmd.hpp b/extras/vom/vom/event_cmd.hpp
index a0e9b4af112..1120f75b399 100644
--- a/extras/vom/vom/event_cmd.hpp
+++ b/extras/vom/vom/event_cmd.hpp
@@ -36,14 +36,14 @@ namespace VOM {
* The client can then 'pop' these events from this command object.
*/
template <typename WANT, typename EVENT>
-class event_cmd : public rpc_cmd<HW::item<bool>, rc_t, WANT>
+class event_cmd : public rpc_cmd<HW::item<bool>, WANT>
{
public:
/**
* Default constructor
*/
event_cmd(HW::item<bool>& b)
- : rpc_cmd<HW::item<bool>, rc_t, WANT>(b)
+ : rpc_cmd<HW::item<bool>, WANT>(b)
{
}