Cleanup: Clang tidy void argument

This commit is contained in:
Hans Goudey 2020-11-30 13:44:58 -05:00
parent c0677b662f
commit 6022103264
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ void GLShader::vertformat_from_shader(GPUVertFormat *format) const
}
}
int GLShader::program_handle_get(void) const
int GLShader::program_handle_get() const
{
return (int)this->shader_program_;
}