diff options
Diffstat (limited to 'src/action.h')
-rw-r--r-- | src/action.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/action.h b/src/action.h index 12c2cc4..7518ed2 100644 --- a/src/action.h +++ b/src/action.h | |||
@@ -5,6 +5,7 @@ | |||
5 | #include "staticstring.h" | 5 | #include "staticstring.h" |
6 | 6 | ||
7 | class Command; | 7 | class Command; |
8 | class Builder; | ||
8 | 9 | ||
9 | class Action | 10 | class Action |
10 | { | 11 | { |
@@ -26,6 +27,8 @@ public: | |||
26 | 27 | ||
27 | void debug(); | 28 | void debug(); |
28 | 29 | ||
30 | void execute( class Builder &bld ); | ||
31 | |||
29 | private: | 32 | private: |
30 | bool bDefault; | 33 | bool bDefault; |
31 | StaticString sName; | 34 | StaticString sName; |