summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index f82e87e..cc49996 100644
--- a/src/command.h
+++ b/src/command.h
@@ -9,6 +9,8 @@ public:
9 Command(); 9 Command();
10 virtual ~Command(); 10 virtual ~Command();
11 11
12 Bu::String getRoot() const { return lChunks.first().sValue; }
13
12 void addLiteral( const Bu::String &sValue ); 14 void addLiteral( const Bu::String &sValue );
13 void addParam( const Bu::String &sValue ); 15 void addParam( const Bu::String &sValue );
14 16