summaryrefslogtreecommitdiff
path: root/rsProgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsProgram.h')
-rw-r--r--rsProgram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsProgram.h b/rsProgram.h
index e9837b79..003498e8 100644
--- a/rsProgram.h
+++ b/rsProgram.h
@@ -72,7 +72,7 @@ protected:
String8 mAttribNames[MAX_ATTRIBS];
String8 mUniformNames[MAX_UNIFORMS];
- bool loadShader(uint32_t type);
+ bool loadShader(Context *, uint32_t type);
public:
void forceDirty() const {mDirty = true;}