TINSEL: Fix compilation

This commit is contained in:
Filippos Karapetis 2020-02-22 21:18:33 +02:00
parent c2a1bb76d0
commit 5e577729ec

View File

@ -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) {
}
/**