Skip to content

Commit

Permalink
libdeng2|Action: Added as/is methods for Action classes
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 2, 2014
1 parent b554340 commit 84eb514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/libdeng2/include/de/widgets/action.h
Expand Up @@ -48,6 +48,8 @@ class DENG2_PUBLIC Action : public Counted
*/
virtual void trigger();

DENG2_AS_IS_METHODS()

protected:
virtual ~Action(); // ref counted, hence not publicly deletable
};
Expand Down

0 comments on commit 84eb514

Please sign in to comment.