Mercurial > hg > orthanc-stone
changeset 2272:f89bb5bf7d25
cont
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Tue, 14 Apr 2026 08:19:01 +0200 |
| parents | d6f7b38015c2 |
| children | 0d01c46b433c |
| files | OrthancStone/Sources/Platforms/Sdl/SdlOpenGLContext.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancStone/Sources/Platforms/Sdl/SdlOpenGLContext.cpp Tue Apr 14 07:31:04 2026 +0200 +++ b/OrthancStone/Sources/Platforms/Sdl/SdlOpenGLContext.cpp Tue Apr 14 08:19:01 2026 +0200 @@ -72,7 +72,7 @@ GLenum err = glewInit(); if (GLEW_OK != err) { - LOG(ERROR) << std::string(glewGetErrorString(err)); + LOG(ERROR) << reinterpret_cast<const char*>(glewGetErrorString(err)); throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError, "Cannot initialize glew"); }
