Make the Event::description() a const function

--HG--
extra : convert_revision : c7768d54d3f78685e93920069f5485083ca989c0
This commit is contained in:
Stephen Hines
2008-02-06 16:32:40 -05:00
parent 0ccf9a2c37
commit 6cc1573923
53 changed files with 76 additions and 74 deletions

View File

@@ -65,7 +65,7 @@ DefaultCommit<Impl>::TrapEvent::process()
template <class Impl>
const char *
DefaultCommit<Impl>::TrapEvent::description()
DefaultCommit<Impl>::TrapEvent::description() const
{
return "Trap";
}