mirror of https://github.com/buggins/dlangui.git
fix
This commit is contained in:
parent
2280b56171
commit
b7be028039
|
@ -81,7 +81,7 @@ static this() {
|
|||
/// Using: checkgl!glFunction(funcParams);
|
||||
template checkgl(alias func)
|
||||
{
|
||||
debug auto checkgl(alias func, string functionName=__FUNCTION__, int line=__LINE__, Args...)(Args args)
|
||||
debug auto checkgl(string functionName=__FUNCTION__, int line=__LINE__, Args...)(Args args)
|
||||
{
|
||||
scope(success) checkError(func.stringof, functionName, line);
|
||||
return func(args);
|
||||
|
|
Loading…
Reference in New Issue