From a16082fa843fb8f4da445425efe07662bd348a30 Mon Sep 17 00:00:00 2001 From: AdmiralPellaeon Date: Fri, 5 Jan 2024 07:52:58 +0100 Subject: [PATCH] Update ps_1_4.h - added some consts --- RenderSystems/GL/src/atifs/include/ps_1_4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RenderSystems/GL/src/atifs/include/ps_1_4.h b/RenderSystems/GL/src/atifs/include/ps_1_4.h index ecbe82b4784..741edcc4e48 100644 --- a/RenderSystems/GL/src/atifs/include/ps_1_4.h +++ b/RenderSystems/GL/src/atifs/include/ps_1_4.h @@ -286,7 +286,7 @@ class PS_1_4 : public Compiler2Pass{ #ifdef _DEBUG FILE* fp; // full compiler test with output results going to a text file - void testCompile(char* testname, char* teststr, SymbolID* testresult, + void testCompile(const char* testname, const char* teststr, SymbolID* testresult, uint testresultsize, GLuint* MachinInstResults = NULL, uint MachinInstResultsSize = 0); #endif // _DEBUG