From 6553336107072ea0d8245f7bd21a68b43c62a11d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 14 Feb 2006 10:48:01 +0000 Subject: [PATCH] const --- stepmania/src/archutils/Win32/CrashHandlerChild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/archutils/Win32/CrashHandlerChild.cpp b/stepmania/src/archutils/Win32/CrashHandlerChild.cpp index fa9fa1f66b..432768a0c0 100644 --- a/stepmania/src/archutils/Win32/CrashHandlerChild.cpp +++ b/stepmania/src/archutils/Win32/CrashHandlerChild.cpp @@ -170,7 +170,7 @@ namespace VDDebugInfo return heap; } - long VDDebugInfoLookupRVA( Context *pctx, unsigned rva, char *buf, int buflen ) + long VDDebugInfoLookupRVA( const Context *pctx, unsigned rva, char *buf, int buflen ) { if( !PointerIsInAnySegment(pctx, rva) ) return -1;