Fix the Windows build (broken in 315a8ba)

This commit is contained in:
Tillmann Karras 2014-03-01 01:33:19 +01:00
commit 7c93f2dc23
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ private:
const float *colmat);
void Bind(unsigned int stage);
bool Save(const std::string filename, unsigned int level);
bool Save(const std::string& filename, unsigned int level);
};
TCacheEntryBase* CreateTexture(unsigned int width, unsigned int height,