From c6bebca3c76985016970d87e75dd025a169790b0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 20 Feb 2008 14:02:33 +0000 Subject: changed rsCStrDestruct() to use the new interface conventions --- stringbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stringbuf.h') 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 -- cgit