Ruby mark_function example and docs fixes
Relates to Ruby trackings hash bug #225
This commit is contained in:
parent
8a6874e633
commit
b5873218b6
2 changed files with 3 additions and 3 deletions
|
|
@ -4818,7 +4818,7 @@ public:
|
|||
class Zoo
|
||||
{
|
||||
protected:
|
||||
std::vector<animal *=""> animals;
|
||||
std::vector<Animal *> animals;
|
||||
|
||||
public:
|
||||
// Construct an empty zoo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue