[Scummvm-git-logs] scummvm master -> 5e577729ec4782b19144ae30d666f8efb4871a48

bluegr bluegr at gmail.com
Sat Feb 22 19:18:44 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5e577729ec TINSEL: Fix compilation


Commit: 5e577729ec4782b19144ae30d666f8efb4871a48
    https://github.com/scummvm/scummvm/commit/5e577729ec4782b19144ae30d666f8efb4871a48
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2020-02-22T21:18:33+02:00

Commit Message:
TINSEL: Fix compilation

Changed paths:
    engines/tinsel/font.h


diff --git a/engines/tinsel/font.h b/engines/tinsel/font.h
index bb7269b..d5bce97 100644
--- a/engines/tinsel/font.h
+++ b/engines/tinsel/font.h
@@ -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) {
 	}
 
 	/**




More information about the Scummvm-git-logs mailing list