aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorD G Turner2011-08-06 15:52:36 +0100
committerD G Turner2011-08-06 15:52:36 +0100
commitad936e9f8cf4929c4b1c5edce35ac08406a8e064 (patch)
tree235c3e90200ed72572e76deea4032e3103985d38 /common
parentfb0a05c4cdd3f7a9151bd2c69a8acc670ed51108 (diff)
downloadscummvm-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')
-rw-r--r--common/timer.h2
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 {