mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-23 14:22:41 -06:00
Core: CParser::ThrowError() (without parameter)
git-svn-id: svn://ultimatepp.org/upp/trunk@1723 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
161d382a4f
commit
e070bbed27
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ public:
|
|||
struct Error : public Exc { Error(const char *s) : Exc(s) {} };
|
||||
|
||||
void ThrowError(const char *s);
|
||||
void ThrowError() { ThrowError(""); }
|
||||
|
||||
void NoSkipSpaces() { skipspaces = false; }
|
||||
void SkipSpaces() { skipspaces = true; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue