From 44e46c74de9f82385ee3805c6bd3aa310023c5ab Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 7 Oct 2004 19:24:22 +0000 Subject: [PATCH] const --- stepmania/src/StepMania.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index e9574698d9..4bf0959dda 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -337,8 +337,8 @@ static void CheckSettings() struct VideoCardDefaults { - char *szDriverRegex; - char *szVideoRenderers; + const char *szDriverRegex; + const char *szVideoRenderers; int iWidth; int iHeight; int iDisplayColor;