add override

This commit is contained in:
minggo 2014-01-07 16:30:12 +08:00
parent 6bb4f9822a
commit 1275d03c77
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public:
virtual void setColor(const Color3B &color) override;
virtual const Color3B& getColor() const override;
virtual void setOpacity(GLubyte opacity) override;
virtual GLubyte getOpacity() const;
virtual GLubyte getOpacity() const override;
protected:
/**