mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Integrated visualization modules to changelist 20202
p4#: 20204
This commit is contained in:
@@ -53,7 +53,7 @@ bool ShaderSourceRepositoryFile::rawShaderSource(ShaderIdent shaderIdent, CharAr
|
||||
String fullFileName = fileNameFromIdent(shaderIdent);
|
||||
|
||||
#ifdef WIN32
|
||||
std::ifstream file(fullFileName.ptr());
|
||||
std::ifstream file(fullFileName.c_str());
|
||||
#else
|
||||
std::ifstream file(fullFileName.toUtf8().ptr());
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user