mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
TINYGL: Fix GCC Compiler Pedantic Warning
This commit is contained in:
parent
9a4db16a61
commit
b9ef0b49f4
@ -273,7 +273,7 @@ private:
|
|||||||
int _refcount;
|
int _refcount;
|
||||||
};
|
};
|
||||||
|
|
||||||
}; // end of namespace TinyGL
|
} // end of namespace TinyGL
|
||||||
|
|
||||||
|
|
||||||
void tglGetBlitImageSize(TinyGL::BlitImage *blitImage, int &width, int &height) {
|
void tglGetBlitImageSize(TinyGL::BlitImage *blitImage, int &width, int &height) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user