diff options
author | Shauren <shauren.trinity@gmail.com> | 2020-08-04 15:42:08 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-08-04 15:42:08 +0200 |
commit | b3db50a3b41b2db209327387f59afa1c40532773 (patch) | |
tree | 66be105dd675c640a5b11b77e8bba4ee287d2493 /dep/g3dlite/source/debugAssert.cpp | |
parent | df8d50c06a6776312d5bd912dd6a5273a190a1e4 (diff) |
Core/Misc: Fix compile errors found with msvc /permissive-
Diffstat (limited to 'dep/g3dlite/source/debugAssert.cpp')
-rw-r--r-- | dep/g3dlite/source/debugAssert.cpp | 2 |
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 { |