diff options
Diffstat (limited to 'src/action.h')
-rw-r--r-- | src/action.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/action.h b/src/action.h index 0e08192..25badad 100644 --- a/src/action.h +++ b/src/action.h | |||
@@ -50,6 +50,8 @@ public: | |||
50 | { | 50 | { |
51 | return sName; | 51 | return sName; |
52 | } | 52 | } |
53 | |||
54 | void setMode( eAction nAct ); | ||
53 | 55 | ||
54 | private: | 56 | private: |
55 | typedef std::list<Cmd> CmdList; | 57 | typedef std::list<Cmd> CmdList; |