sip fixes

This commit is contained in:
Juergen E. Fischer 2012-09-29 16:18:45 +02:00
parent 686f632f32
commit 7172347afb
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class QgsInterpolator
QgsVectorLayer* vectorLayer;
bool zCoordInterpolation;
int interpolationAttribute;
int mInputType;
QgsInterpolator::InputType mInputType;
};
QgsInterpolator( const QList<QgsInterpolator::LayerData>& layerData );

View File

@ -21,7 +21,7 @@
#include "qgsninecellfilter.h"
/**Adds the ability to calculate derivatives in x- and y-directions. Needs to be subclassed (e.g. for slope and aspect)*/
class QgsDerivativeFilter : public QgsNineCellFilter
class ANALYSIS_EXPORT QgsDerivativeFilter : public QgsNineCellFilter
{
public:
QgsDerivativeFilter( const QString& inputFile, const QString& outputFile, const QString& outputFormat );