scummvm/engines/tsage/sherlock
Thierry Crozat df665e5907 TSAGE: Add cast of nullptr to (const void *) in call to variadic functions
This should not be necessary, but this is for (at least) two reasons:
 - Our C++11 compatibility code simply defines nullptr as 0 (and 0
may have a different size to (const void *)0).
 - Xcode compiler on OS X throw an error without that cast (cannot
pass object of non-POD type nullptr through variadic method).
2015-06-02 00:04:06 +01:00
..
sherlock_logo.cpp TSAGE: Add cast of nullptr to (const void *) in call to variadic functions 2015-06-02 00:04:06 +01:00
sherlock_logo.h TSAGE: Fixes for display of Sherlock Logo scene 2015-05-30 09:40:04 -04:00