Skip to content

Commit

Permalink
sip fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 29, 2012
1 parent 686f632 commit 7172347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/analysis/interpolation/qgsinterpolator.sip
Expand Up @@ -22,7 +22,7 @@ class QgsInterpolator
QgsVectorLayer* vectorLayer;
bool zCoordInterpolation;
int interpolationAttribute;
int mInputType;
QgsInterpolator::InputType mInputType;
};

QgsInterpolator( const QList<QgsInterpolator::LayerData>& layerData );
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/raster/qgsderivativefilter.h
Expand Up @@ -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 );
Expand Down

0 comments on commit 7172347

Please sign in to comment.