const fix

This commit is contained in:
Glenn Maynard
2004-03-19 06:25:45 +00:00
parent 4d4493c449
commit 01acd9442c
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ void InitializeBacktrace();
* null-terminated. If ctx is NULL, retrieve the current backtrace; otherwise
* retrieve a backtrace for the given context. (Not all backtracers may
* support contexts.) */
void GetBacktrace( const void **buf, size_t size, BacktraceContext *ctx = NULL );
void GetBacktrace( const void **buf, size_t size, const BacktraceContext *ctx = NULL );
/* Set up a BacktraceContext to get a backtrace for a thread. ThreadID may
* be the current thread. */