mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-01 14:21:41 +00:00
TINSEL: Fix compilation
This commit is contained in:
parent
c2a1bb76d0
commit
5e577729ec
@ -33,7 +33,7 @@ namespace Tinsel {
|
||||
|
||||
class Font {
|
||||
public:
|
||||
Font() : _hTagFont(0), _hTalkFont(0), _hRegularTalkFont(0), _hRegularTagFont(0), _tBuffer("") {
|
||||
Font() : _hTagFont(0), _hTalkFont(0), _hRegularTalkFont(0), _hRegularTagFont(0) {
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user