Mercurial > hg > svapp
diff framework/MainWindowBase.h @ 106:b9faa1418d29
* Move plugin/transform to plain transform. This way transform can depend on
model and GUI classes, but plugin doesn't have to.
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2008 18:02:17 +0000 |
parents | e154e24b7ec3 |
children | 2dd30a7cd21a |
line wrap: on
line diff
--- a/framework/MainWindowBase.h Wed Mar 12 17:42:56 2008 +0000 +++ b/framework/MainWindowBase.h Wed Mar 12 18:02:17 2008 +0000 @@ -27,7 +27,7 @@ #include "base/PropertyContainer.h" #include "base/RecentFiles.h" #include "layer/LayerFactory.h" -#include "plugin/transform/Transform.h" +#include "transform/Transform.h" #include "SVFileReader.h" #include "data/fileio/FileFinder.h" #include "data/fileio/FileSource.h"