diff options
Diffstat (limited to 'stringbuf.h')
-rwxr-xr-x | stringbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stringbuf.h b/stringbuf.h index 123f59d7..779e05eb 100755 --- a/stringbuf.h +++ b/stringbuf.h @@ -62,7 +62,7 @@ rsRetVal rsCStrConstructFromCStr(rsCStrObj **ppThis, rsCStrObj *pFrom); /**
* Destruct the string buffer object.
*/
-void rsCStrDestruct(rsCStrObj *pThis);
+void rsCStrDestruct(rsCStrObj **ppThis);
/**
* Append a character to an existing string. If necessary, the
|