Enhancement - Integrated Subst

- Subst is now part of Context.
This commit is contained in:
Paul Beckingham 2009-06-07 00:39:50 -04:00
parent a2a9fa7f35
commit 049767484f
3 changed files with 15 additions and 10 deletions

View file

@ -31,6 +31,7 @@
#include "Keymap.h"
#include "Config.h"
#include "Sequence.h"
#include "Subst.h"
#include "T2.h"
#include "TDB2.h"
#include "StringTable.h"
@ -59,6 +60,7 @@ public:
Filter filter;
Keymap keymap;
Sequence sequence;
Subst subst;
T2 task;
TDB2 tdb;
StringTable stringtable;