diff options
Diffstat (limited to 'libraries/DevIL/ILvoid_fix_3.diff')
-rw-r--r-- | libraries/DevIL/ILvoid_fix_3.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/DevIL/ILvoid_fix_3.diff b/libraries/DevIL/ILvoid_fix_3.diff new file mode 100644 index 0000000000..77bfb6ae52 --- /dev/null +++ b/libraries/DevIL/ILvoid_fix_3.diff @@ -0,0 +1,11 @@ +--- il_wrap.cpp.orig 2008-04-23 01:10:46.000000000 -0500 ++++ il_wrap.cpp 2008-04-23 01:09:53.000000000 -0500 +@@ -374,7 +374,7 @@ + return this->Id; + } + +-ILenum ilImage::GetOrigin(ILvoid) ++ILenum ilImage::GetOrigin(void) + { + ILinfo Info; + |