Make the Event::description() a const function
--HG-- extra : convert_revision : c7768d54d3f78685e93920069f5485083ca989c0
This commit is contained in:
@@ -65,7 +65,7 @@ DefaultCommit<Impl>::TrapEvent::process()
|
||||
|
||||
template <class Impl>
|
||||
const char *
|
||||
DefaultCommit<Impl>::TrapEvent::description()
|
||||
DefaultCommit<Impl>::TrapEvent::description() const
|
||||
{
|
||||
return "Trap";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user