Skip to content

Commit f924367

Browse files
Nicky-Drohvani
authored andcommitted
Fix another clang warning about a missing override
1 parent 2166267 commit f924367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/llappearanceutility/llbakingshadermgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class LLBakingShaderMgr: public LLShaderMgr
4141
// singleton pattern implementation
4242
static LLBakingShaderMgr * instance();
4343

44-
void initAttribsAndUniforms(void);
44+
void initAttribsAndUniforms(void) override;
4545
void setShaders();
4646
void unloadShaders();
4747
S32 getVertexShaderLevel(S32 type);

0 commit comments

Comments
 (0)