forked from lix-project/lix
* Doh.
This commit is contained in:
parent
c3f228f296
commit
4e49002576
|
@ -165,7 +165,7 @@ LocalNoInlineNoReturn(void throwTypeError(const char * s, const string & s2))
|
||||||
|
|
||||||
LocalNoInlineNoReturn(void throwAssertionError(const char * s, const string & s2))
|
LocalNoInlineNoReturn(void throwAssertionError(const char * s, const string & s2))
|
||||||
{
|
{
|
||||||
throw TypeError(format(s) % s2);
|
throw AssertionError(format(s) % s2);
|
||||||
}
|
}
|
||||||
|
|
||||||
LocalNoInline(void addErrorPrefix(Error & e, const char * s))
|
LocalNoInline(void addErrorPrefix(Error & e, const char * s))
|
||||||
|
|
Loading…
Reference in a new issue