summaryrefslogtreecommitdiff
path: root/bin/bbackupquery/BackupQueries.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bbackupquery/BackupQueries.h')
-rw-r--r--bin/bbackupquery/BackupQueries.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bbackupquery/BackupQueries.h b/bin/bbackupquery/BackupQueries.h
index 74773ba9..09a1c6e4 100644
--- a/bin/bbackupquery/BackupQueries.h
+++ b/bin/bbackupquery/BackupQueries.h
@@ -73,9 +73,10 @@ public:
// command, but if the command line ends in a space,
// e.g. during readline parsing, it can be one greater,
// to indicate that we should complete the next item instead.
- size_t mArgCount;
+ size_t mCompleteArgCount;
ParsedCommand(const std::string& Command,
bool isFromCommandLine);
+ bool IsEmpty() { return mCmdElements.empty(); }
};
void DoCommand(ParsedCommand& rCommand);