summaryrefslogtreecommitdiff
path: root/src/render/shaders/shaderprogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/shaders/shaderprogram.h')
-rw-r--r--src/render/shaders/shaderprogram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/shaders/shaderprogram.h b/src/render/shaders/shaderprogram.h
index 4898798e1..d1c55206e 100644
--- a/src/render/shaders/shaderprogram.h
+++ b/src/render/shaders/shaderprogram.h
@@ -38,7 +38,7 @@ class ShaderProgram final : public Resource
A_DELETE_COPY(ShaderProgram)
- unsigned int getProgramId() const noexcept
+ unsigned int getProgramId() const noexcept2
{ return mProgramId; }
protected: