aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite/source/debugAssert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dep/g3dlite/source/debugAssert.cpp')
-rw-r--r--dep/g3dlite/source/debugAssert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/g3dlite/source/debugAssert.cpp b/dep/g3dlite/source/debugAssert.cpp
index cfccf9a0cc5..3c3e43a0af9 100644
--- a/dep/g3dlite/source/debugAssert.cpp
+++ b/dep/g3dlite/source/debugAssert.cpp
@@ -99,7 +99,7 @@ static void createErrorMessage(
}
// Make sure the message got translated into something.
- LPTSTR realLastErr;
+ LPCTSTR realLastErr;
if (NULL != formatMsg) {
realLastErr = formatMsg;
} else {