diff options
| author | Max Horn | 2009-10-08 19:41:38 +0000 |
|---|---|---|
| committer | Max Horn | 2009-10-08 19:41:38 +0000 |
| commit | 42120ed626c0d18bc1e1738678dbd1fa96481f04 (patch) | |
| tree | 90715ea5e5bb3f3f24547f484b2355194b9cd93c /backends/platform/iphone/osys_main.h | |
| parent | f5ccaf7e29183d6e51456d5994eccfd35ff9a117 (diff) | |
| download | scummvm-rg350-42120ed626c0d18bc1e1738678dbd1fa96481f04.tar.gz scummvm-rg350-42120ed626c0d18bc1e1738678dbd1fa96481f04.tar.bz2 scummvm-rg350-42120ed626c0d18bc1e1738678dbd1fa96481f04.zip | |
Introduce a new struct TimeDate, replacing struct tm in client code. May lead to compilation issues in ports, which should be trivial to fix, though
svn-id: r44793
Diffstat (limited to 'backends/platform/iphone/osys_main.h')
| -rw-r--r-- | backends/platform/iphone/osys_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/osys_main.h b/backends/platform/iphone/osys_main.h index c4c1a8b080..c923d0f4e8 100644 --- a/backends/platform/iphone/osys_main.h +++ b/backends/platform/iphone/osys_main.h @@ -169,7 +169,7 @@ public: FilesystemFactory *getFilesystemFactory() { return _fsFactory; } virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0); - virtual void getTimeAndDate(struct tm &t) const; + virtual void getTimeAndDate(TimeDate &t) const; virtual Common::SaveFileManager *getSavefileManager(); virtual Audio::Mixer *getMixer(); |
