Skip to content

Commit

Permalink
[BALL] Fix incorrect inheritance of PTE_ and Element Python bindings
Browse files Browse the repository at this point in the history
PTE_ and Element are not derived from PropertyManager anymore since
0d47373. This prevents the BALLCore
module from being built using sip 4.19+ (partly fixes #606).
  • Loading branch information
tkemmer committed Aug 1, 2017
1 parent a575479 commit 5943451
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/PYTHON/EXTENSIONS/BALL/PTE_.sip
Expand Up @@ -9,7 +9,6 @@
%End

class Element
: PropertyManager
{
%TypeHeaderCode
#include <BALL/KERNEL/PTE.h>
Expand Down Expand Up @@ -65,7 +64,6 @@ class Element
};

class PTE_
: PropertyManager
{
public:
PTE_();
Expand Down

0 comments on commit 5943451

Please sign in to comment.