Skip to content

Commit

Permalink
update docs again...
Browse files Browse the repository at this point in the history
  • Loading branch information
2bbb committed Aug 30, 2015
1 parent 6abfe0f commit b20a937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ if you use `vector<SomeType> vec;`, when `vec` will be resized every receiving O
* `T (\*callback)(ofxOscMessage &)`;
* pair of `U &that`, `T (U::\*callback)(ofxOscMessage &)`;
* pair of `U \*that`, `T (U::\*callback)(ofxOscMessage &)`;
* `std::function<void(ofxOscMessage &)>`
* (oF0.9.0~)

## <a name="UpdateHistory">Update history</a>

Expand Down

0 comments on commit b20a937

Please sign in to comment.