diff options
| author | Max Horn | 2011-12-07 10:58:36 +0100 |
|---|---|---|
| committer | Max Horn | 2011-12-07 11:07:42 +0100 |
| commit | 641e1bff5948416e6cab9c06ad4539ebf95c8bb4 (patch) | |
| tree | 9aceef250e09826f07441a51198c4891e7c6b24b /devtools | |
| parent | 7b71bb6444533b01ac992b1fcfcb303625529ca5 (diff) | |
| download | scummvm-rg350-641e1bff5948416e6cab9c06ad4539ebf95c8bb4.tar.gz scummvm-rg350-641e1bff5948416e6cab9c06ad4539ebf95c8bb4.tar.bz2 scummvm-rg350-641e1bff5948416e6cab9c06ad4539ebf95c8bb4.zip | |
DREAMWEB: Make DreamBase::engine protected
Diffstat (limited to 'devtools')
| -rw-r--r-- | devtools/tasmrecover/tasm/cpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/tasmrecover/tasm/cpp.py b/devtools/tasmrecover/tasm/cpp.py index e72779fa29..e507fd451d 100644 --- a/devtools/tasmrecover/tasm/cpp.py +++ b/devtools/tasmrecover/tasm/cpp.py @@ -644,7 +644,7 @@ namespace %s { """ class %sContext : public DreamBase, public Context { public: - DreamGenContext() : DreamBase(), Context(data) {} + DreamGenContext(DreamWeb::DreamWebEngine *en) : DreamBase(en), Context(data) {} void __start(); """ |
