Fix wasm
This commit is contained in:
@ -317,7 +317,7 @@ namespace Tesses::Framework::Date
|
||||
}
|
||||
void DateTime::SetYear(int y)
|
||||
{
|
||||
this->year = year;
|
||||
this->year = y;
|
||||
}
|
||||
void DateTime::SetMonth(int m)
|
||||
{
|
||||
@ -717,4 +717,4 @@ namespace Tesses::Framework::Date
|
||||
}
|
||||
return text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
#include "TessesFramework/Filesystem/VFS.hpp"
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
using VFSPath = Tesses::Framework::Filesystem::VFSPath;
|
||||
namespace Tesses::Framework::Http {
|
||||
|
||||
@ -819,4 +820,4 @@ namespace Tesses::Framework::Http {
|
||||
return val == "true" || val == "on";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user