16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 10:29:19 +02:00

Dalsze poprawki do AnsiString w różnych plikach.

This commit is contained in:
firleju
2016-10-23 22:34:32 +02:00
parent 89756e81a1
commit 28d5be7363
18 changed files with 82 additions and 62 deletions

View File

@@ -976,7 +976,7 @@ std::string to_string(double _Val, int precision, int width)
return o.str();
};
std::string to_hex_str(double _Val, int precision = 0, int width = 0)
std::string to_hex_str(double _Val, int precision, int width)
{
std::ostringstream o;
if (width)