Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Fix for c++11 const ctor rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsa committed Nov 20, 2014
1 parent 0befd53 commit 3640e14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/c++/lib/manta/EventInfo.hh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
///
struct EventInfo
{
EventInfo() {}

bool
isEvent() const
{
Expand Down

0 comments on commit 3640e14

Please # to comment.