- Stubbed a ::loadAliases method to stuff the Parser with alias defs.
This commit is contained in:
Paul Beckingham
2014-07-03 19:06:05 -04:00
parent 5b9413b02c
commit 29604d0626
2 changed files with 7 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ private:
void createDefaultConfig ();
void updateXtermTitle ();
void updateVerbosity ();
void loadAliases ();
public:
std::string program;