diff options
Diffstat (limited to 'engines/wintermute/Base/BFontStorage.h')
-rw-r--r-- | engines/wintermute/Base/BFontStorage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/BFontStorage.h b/engines/wintermute/Base/BFontStorage.h index 17d0501093..110f4634c8 100644 --- a/engines/wintermute/Base/BFontStorage.h +++ b/engines/wintermute/Base/BFontStorage.h @@ -41,7 +41,7 @@ class CBFont; class CBFontStorage : public CBBase {
public:
DECLARE_PERSISTENT(CBFontStorage, CBBase)
- HRESULT Cleanup(bool Warn = false);
+ HRESULT cleanup(bool Warn = false);
HRESULT RemoveFont(CBFont *Font);
CBFont *AddFont(const char *Filename);
CBFontStorage(CBGame *inGame);
|