Skip to content

Commit 7172347

Browse files
committedSep 29, 2012
sip fixes
1 parent 686f632 commit 7172347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/analysis/interpolation/qgsinterpolator.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class QgsInterpolator
2222
QgsVectorLayer* vectorLayer;
2323
bool zCoordInterpolation;
2424
int interpolationAttribute;
25-
int mInputType;
25+
QgsInterpolator::InputType mInputType;
2626
};
2727

2828
QgsInterpolator( const QList<QgsInterpolator::LayerData>& layerData );

‎src/analysis/raster/qgsderivativefilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "qgsninecellfilter.h"
2222

2323
/**Adds the ability to calculate derivatives in x- and y-directions. Needs to be subclassed (e.g. for slope and aspect)*/
24-
class QgsDerivativeFilter : public QgsNineCellFilter
24+
class ANALYSIS_EXPORT QgsDerivativeFilter : public QgsNineCellFilter
2525
{
2626
public:
2727
QgsDerivativeFilter( const QString& inputFile, const QString& outputFile, const QString& outputFormat );

0 commit comments

Comments
 (0)
Please sign in to comment.