Author: al
Date: 2010-04-10 11:18:15 +0200 (Sat, 10 Apr 2010)
New Revision: 3352

Modified:
   trunk/plugins/load-rawspeed/rawstudio-plugin-api.cpp
Log:
Changed cast to typedef type. 

Modified: trunk/plugins/load-rawspeed/rawstudio-plugin-api.cpp
===================================================================
--- trunk/plugins/load-rawspeed/rawstudio-plugin-api.cpp        2010-04-09 
19:59:11 UTC (rev 3351)
+++ trunk/plugins/load-rawspeed/rawstudio-plugin-api.cpp        2010-04-10 
09:18:15 UTC (rev 3352)
@@ -47,7 +47,7 @@
        }
 
        RS_IMAGE16 *image = NULL;
-       FileReader f((char *) filename);
+       FileReader f((LPCWSTR) filename);
        RawDecoder *d = 0;
        FileMap* m = 0;
 


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to