Skip to content

Commit

Permalink
Wrap Tag::duplicate.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 12, 2009
1 parent 5edbc6e commit e8bf6b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wrapper/basics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ BOOST_PYTHON_MODULE(_tagpy)
.add_property("track", &cl::track, &cl::setTrack)

.DEF_VIRTUAL_METHOD(isEmpty)
.DEF_SIMPLE_METHOD(duplicate)
.staticmethod("duplicate")
;
}

Expand Down

0 comments on commit e8bf6b7

Please sign in to comment.