Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 3, 2017
1 parent 38fd985 commit 83fdc5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/core/qgscadutils.sip
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Constraint for soft lock to a common angle
point (index 2) for alignment purposes.
%End

void dump() const;
};

struct AlignMapPointOutput
Expand Down
6 changes: 5 additions & 1 deletion src/core/qgscadutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ class CORE_EXPORT QgsCadUtils
//! point (index 2) for alignment purposes.
QList<QgsPointXY> cadPointList;

void dump() const;
/**
* Dumps the context's properties, for debugging.
* \note Not available in Python bindings.
*/
SIP_SKIP void dump() const;
};

//! Structure returned from alignMapPoint() method
Expand Down

0 comments on commit 83fdc5d

Please sign in to comment.