comparison plugin/transform/Transformer.h @ 329:3179d8b29336

* Another incremental Transform update
author Chris Cannam
date Tue, 06 Nov 2007 17:08:11 +0000
parents 21bd032ae791
children
comparison
equal deleted inserted replaced
328:21bd032ae791 329:3179d8b29336
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _TRANSFORM_H_ 16 #ifndef _TRANSFORMER_H_
17 #define _TRANSFORM_H_ 17 #define _TRANSFORMER_H_
18 18
19 #include "base/Thread.h" 19 #include "base/Thread.h"
20 20
21 #include "data/model/Model.h" 21 #include "data/model/Model.h"
22 22