Xcode complains that the class name is redundant.

This commit is contained in:
archshift 2014-04-27 22:23:01 -07:00
parent ff48c8bed3
commit 48deb45624
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ private:
* @param out Pointer to output buffer with flipped framebuffer
* @todo Early on hack... I'd like to find a more efficient way of doing this /bunnei
*/
void RendererOpenGL::FlipFramebuffer(const u8* in, u8* out);
void FlipFramebuffer(const u8* in, u8* out);
EmuWindow* m_render_window; ///< Handle to render window