Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Islam0mar committed Apr 25, 2019
1 parent fdffee3 commit 990c2f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Expand Up @@ -48,6 +48,7 @@ CLCXX_PACKAGE TEST(clcxx::Package& pack) {
pack.defun("ref-int", &ref_int);
pack.defun("ref-class", &ref_class);
pack.defclass<xx, false>("xx")
.member("y", &xx::y)
.defmethod("foo", &xx::greet)
.constructor<int, int>();
}
Expand Down

0 comments on commit 990c2f0

Please sign in to comment.