mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-18 11:50:57 +00:00
Tweaks to the rapidjson stuff so it all plays nice, as well as minor additions to Filestream so it works with the rapidjson stuff.
This commit is contained in:
parent
ec3a2368f9
commit
d2bae1c72b
4 changed files with 5 additions and 3 deletions
|
|
@ -106,7 +106,6 @@ enum ParseErrorCode {
|
|||
struct ParseResult {
|
||||
//!! Unspecified boolean type
|
||||
typedef bool (ParseResult::*BooleanType)() const;
|
||||
|
||||
private:
|
||||
ParseErrorCode code_;
|
||||
size_t offset_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue