Mercurial > hg > svcore
diff plugin/transform/PluginTransformer.cpp @ 331:f620ce48c950
* Further naming change: Transformer -> ModelTransformer.
The Transform class now describes a thing that can be done, and the
ModelTransformer does it to a Model.
author | Chris Cannam |
---|---|
date | Wed, 07 Nov 2007 12:59:01 +0000 |
parents | 21bd032ae791 |
children | 1afaf98dbf11 |
line wrap: on
line diff
--- a/plugin/transform/PluginTransformer.cpp Tue Nov 06 17:15:00 2007 +0000 +++ b/plugin/transform/PluginTransformer.cpp Wed Nov 07 12:59:01 2007 +0000 @@ -20,7 +20,7 @@ PluginTransformer::PluginTransformer(Model *inputModel, const ExecutionContext &context) : - Transformer(inputModel), + ModelTransformer(inputModel), m_context(context) { }