diff options
-rw-r--r-- | deps/g3dlite/source/debugAssert.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/g3dlite/source/debugAssert.cpp b/deps/g3dlite/source/debugAssert.cpp index cfccf9a0cc..675cac55f4 100644 --- a/deps/g3dlite/source/debugAssert.cpp +++ b/deps/g3dlite/source/debugAssert.cpp @@ -103,7 +103,7 @@ static void createErrorMessage( if (NULL != formatMsg) { realLastErr = formatMsg; } else { - realLastErr = _T("Last error code does not exist."); + realLastErr = LPTSTR(_T("Last error code does not exist.")); } if (lastErr != 0) { |