Skip to content

Commit

Permalink
Fix failing SIP coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 4, 2016
1 parent 8c38bc9 commit aacb37d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/pal/geomfunction.h
Expand Up @@ -34,6 +34,10 @@

namespace pal
{
/**
* \class pal::GeomFunction
* \note not available in Python bindings
*/
class CORE_EXPORT GeomFunction
{
public:
Expand Down
4 changes: 4 additions & 0 deletions src/core/pal/util.h
Expand Up @@ -76,6 +76,10 @@ namespace pal

#define EPSILON 1e-9

/**
* \class pal::Util
* \note not available in Python bindings
*/
class Util
{
public:
Expand Down

0 comments on commit aacb37d

Please sign in to comment.