fix problems instantiating mussa.GlSequence
authorDiane Trout <diane@caltech.edu>
Thu, 27 Jul 2006 00:33:30 +0000 (00:33 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 27 Jul 2006 00:33:30 +0000 (00:33 +0000)
commitea6f1b2bf051ee2444c76c23241b019694c4f8c0
tree9881bf9e9e801ded68dd44551f8e23504d934e78
parent949fb3457eb4232fa9c97f1dc4646548ff4cfab0
fix problems instantiating mussa.GlSequence
with the switch to shared_ptr in the C++ code the original boost::python
GlSequence was wrong--it needed to be updated from references to shared_ptrs
and boost::python needed to be told that it's ok to have shared_ptrs to
Sequence and AnnotationColors.

And I also needed to tell boost::python about AnnotationColors, not that
I defined enough of a wrapper to use it.
py/CMakeLists.txt
py/annotation_colors.cpp [new file with mode: 0644]
py/glsequence.cpp
py/module.cpp
py/sequence.cpp