mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 21:45:12 +00:00
Core/Misc: update g3dlite lib (#2904)
* Core/Misc: update g3dlite lib * update Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
This commit is contained in:
3
deps/g3dlite/include/G3D/ParseError.h
vendored
3
deps/g3dlite/include/G3D/ParseError.h
vendored
@@ -52,6 +52,9 @@ public:
|
||||
|
||||
ParseError(const std::string& f, int64 b, const std::string& m) :
|
||||
filename (f), byte(b), line(UNKNOWN), character(UNKNOWN), message(m) {}
|
||||
|
||||
/** If information is known, ends in ": ", otherwise empty */
|
||||
std::string formatFileInfo() const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user