Bug Fixes - autofilter

- Auto filter now only creates a filter for read-only commands.
- Fixed bug whereby ambiguities were reported twice:
    "could be one of a, b, a, b".
This commit is contained in:
Paul Beckingham 2009-06-16 12:05:04 -04:00
parent 97d732e5f7
commit 027b343e49
3 changed files with 7 additions and 7 deletions

View file

@ -58,7 +58,7 @@ public:
private:
void loadCorrectConfigFile ();
void parse ();
void constructFilter ();
void autoFilter ();
public:
Config config;