Skip to content

Commit

Permalink
Refs #4399. Fix another case-issue in an export
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Mar 9, 2012
1 parent 8d656ec commit 94c9e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using namespace boost::python;
void export_DetectorGroup()
{
class_<DetectorGroup, bases<IDetector>, boost::noncopyable>("DetectorGroup", no_init)
.def("getDetectorIds", &DetectorGroup::getDetectorIDs, "Returns the list of detector IDs within this group")
.def("getDetectorIDs", &DetectorGroup::getDetectorIDs, "Returns the list of detector IDs within this group")
;
}

0 comments on commit 94c9e68

Please sign in to comment.