DEADSOFTWARE

Vampyre Imaging Library updated to latest HEAD
[d2df-sdl.git] / src / lib / vampimg / JpegLib / imjpeglib.pas
index f3f530d00770c497132337cf1a4371334e2178e7..dc35daadecd99b762a06303e8dc0a79a2b7f7b9b 100644 (file)
@@ -722,7 +722,7 @@ type
     { Routine that actually outputs a trace or error message }
     output_message : procedure (cinfo : j_common_ptr);
     { Format a message string for the most recent JPEG error or message }
-    format_message : procedure  (cinfo : j_common_ptr; var buffer : string);
+    format_message : procedure  (cinfo : j_common_ptr; var buffer : AnsiString);
 
     { Reset error state variables at start of a new image }
     reset_error_mgr : procedure (cinfo : j_common_ptr);