diff options
Diffstat (limited to 'pugl/detail/implementation.h')
-rw-r--r-- | pugl/detail/implementation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/implementation.h b/pugl/detail/implementation.h index 874e7e1..b1ff264 100644 --- a/pugl/detail/implementation.h +++ b/pugl/detail/implementation.h @@ -32,7 +32,7 @@ extern "C" { #endif /** Set `blob` to `data` with length `len`, reallocating if necessary. */ -void puglSetBlob(PuglBlob* blob, const void* data, size_t len); +void puglSetBlob(PuglBlob* dest, const void* data, size_t len); /** Reallocate and set `*dest` to `string`. */ void puglSetString(char** dest, const char* string); |