Commit Graph
1 Commits
Author SHA1 Message Date
Diego F. Goberna 42b1819f92 fix: add missing WrenVM* parameter to error callback signature in configuring-vm docs
The error callback function signature in the documentation for configuring the Wren VM was missing the required first parameter `WrenVM* vm`, which would cause compilation errors for users following the example. This commit adds the missing parameter to the C code example in the embedding documentation.
2017-11-14 15:56:16 +00:00