mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix a prototype/definition mismatch.
This commit is contained in:
parent
8c3db9a10d
commit
4bd6bca6f2
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ LoadPNG (QFile *infile)
|
|||
}
|
||||
|
||||
VISIBLE void
|
||||
WritePNG (const char *fileName, byte *data, int width, int height)
|
||||
WritePNG (const char *fileName, const byte *data, int width, int height)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue