Fix warnings

This commit is contained in:
Tillmann Karras
2015-03-16 10:56:16 +01:00
parent c73cac3ee9
commit f82afd1b2f
4 changed files with 9 additions and 9 deletions

View File

@ -23,7 +23,7 @@ public:
void SwapInterval(int Interval) override;
void Swap() override;
void* GetFuncAddress(const std::string& name) override;
bool Create(void *window_handle);
bool Create(void *window_handle) override;
bool MakeCurrent() override;
bool ClearCurrent() override;
void Shutdown() override;