Skip to content

Commit

Permalink
cast argument to char** properly for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagenbrenner committed Jan 24, 2024
1 parent b36b07b commit eec5407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ninja/readInputFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void ninja::readInputFile()
GDALDataset *poDataset;

std::string GDALDriverName, GDALDriverLongName;
const char *pszPrj;
char *pszPrj;

std::string ext;

Expand Down

0 comments on commit eec5407

Please sign in to comment.