TINYGL: Fix GCC Compiler Pedantic Warning
This commit is contained in:
parent
9a4db16a61
commit
b9ef0b49f4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue