diff options
author | D G Turner | 2011-08-06 15:52:36 +0100 |
---|---|---|
committer | D G Turner | 2011-08-06 15:52:36 +0100 |
commit | ad936e9f8cf4929c4b1c5edce35ac08406a8e064 (patch) | |
tree | 235c3e90200ed72572e76deea4032e3103985d38 /common/timer.h | |
parent | fb0a05c4cdd3f7a9151bd2c69a8acc670ed51108 (diff) | |
download | scummvm-rg350-ad936e9f8cf4929c4b1c5edce35ac08406a8e064.tar.gz scummvm-rg350-ad936e9f8cf4929c4b1c5edce35ac08406a8e064.tar.bz2 scummvm-rg350-ad936e9f8cf4929c4b1c5edce35ac08406a8e064.zip |
COMMON: Corrected Previous Commit.
Common::String class is in common/str.h, not string.h...
Diffstat (limited to 'common/timer.h')
-rw-r--r-- | common/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.h b/common/timer.h index dad81b037b..3db32df76a 100644 --- a/common/timer.h +++ b/common/timer.h @@ -23,7 +23,7 @@ #define COMMON_TIMER_H #include "common/scummsys.h" -#include "common/string.h" +#include "common/str.h" #include "common/noncopyable.h" namespace Common { |