Fix compilation on non VS build

This commit is contained in:
Vincent Lejeune 2014-01-17 19:22:00 +01:00
parent ef163b29df
commit 2500c6cb49

View File

@ -88,7 +88,7 @@ public:
/** Render tex. Used for blit/texture resize */
void renderPassThrough(video::ITexture *tex);
void PostProcessing::renderGlow(video::ITexture *tex);
void renderGlow(video::ITexture *tex);
/** Render the post-processed scene */
void render();