SL-18190 Fix for mac build

master
Dave Parks 2022-10-05 10:44:17 -05:00
parent 46009c19e9
commit 2b28fecf48
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ public:
LLVertexBuffer::MAP_TEXCOORD0
};
virtual U32 getVertexDataMask() { return VERTEX_DATA_MASK; }
virtual U32 getVertexDataMask() override { return VERTEX_DATA_MASK; }
LLDrawPoolWater();
/*virtual*/ ~LLDrawPoolWater();
@ -74,7 +74,7 @@ public:
void render(S32 pass = 0) override;
void prerender() override;
LLViewerTexture *getDebugTexture();
LLViewerTexture *getDebugTexture() override;
LLColor3 getDebugColor() const; // For AGP debug display
void renderReflection(LLFace* face);