Fix compilation

This commit is contained in:
Lynix 2017-12-15 00:19:45 +01:00
parent fd8306f17f
commit 99c974c141
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ namespace Nz
ss << "Index out of range: (" << i << " >= " << BoxCorner_Max << ")";
NazaraError(ss);
throw std::out_of_range(ss.ToString());
throw std::out_of_range(ss.ToString().ToStdString());
}
#endif