Skip to content

Commit

Permalink
[BALL] Fix incorrect inheritance of Vector3 Python bindings
Browse files Browse the repository at this point in the history
Vector3 is not derived from PersistentObject, preventing the BALLCore
module from being built using sip 4.19+ (partially fixes #606).
  • Loading branch information
tkemmer committed Aug 1, 2017
1 parent 5943451 commit 0596505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/PYTHON/EXTENSIONS/BALL/vector3.sip
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
//

class Vector3
: PersistentObject
{
%TypeHeaderCode
#include <BALL/MATHS/vector3.h>
Expand Down

0 comments on commit 0596505

Please sign in to comment.