diff options
Diffstat (limited to 'src/FbTk/MacroCommand.hh')
-rw-r--r-- | src/FbTk/MacroCommand.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/MacroCommand.hh b/src/FbTk/MacroCommand.hh index 97cc5d5..f29e05c 100644 --- a/src/FbTk/MacroCommand.hh +++ b/src/FbTk/MacroCommand.hh | |||
@@ -35,7 +35,7 @@ namespace FbTk { | |||
35 | class MacroCommand:public Command { | 35 | class MacroCommand:public Command { |
36 | public: | 36 | public: |
37 | void add(RefCount<Command> &com); | 37 | void add(RefCount<Command> &com); |
38 | unsigned int size() const; | 38 | size_t size() const; |
39 | virtual void execute(); | 39 | virtual void execute(); |
40 | 40 | ||
41 | private: | 41 | private: |