diff options
author | Nipun Garg | 2019-06-01 16:46:45 +0530 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:16:42 +0200 |
commit | e38ac4a795b7776491181d0a6b6350465a939623 (patch) | |
tree | 2c73197a9b65cde7f0f461a8300c78c319504fb9 /engines | |
parent | db612244405d3ff46958d2e5d254401861d6e3e7 (diff) | |
download | scummvm-rg350-e38ac4a795b7776491181d0a6b6350465a939623.tar.gz scummvm-rg350-e38ac4a795b7776491181d0a6b6350465a939623.tar.bz2 scummvm-rg350-e38ac4a795b7776491181d0a6b6350465a939623.zip |
HDB: Fix the wrong class member naming
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/hdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h index 39ab695835..cbf8ab9eb9 100644 --- a/engines/hdb/hdb.h +++ b/engines/hdb/hdb.h @@ -75,7 +75,7 @@ public: Game System Pointers */ - FileMan* fileMan; + FileMan *fileMan; // Game related members; |