[Scummvm-cvs-logs] scummvm master -> ad936e9f8cf4929c4b1c5edce35ac08406a8e064

digitall digitall at scummvm.org
Sat Aug 6 16:56:42 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ad936e9f8c COMMON: Corrected Previous Commit.


Commit: ad936e9f8cf4929c4b1c5edce35ac08406a8e064
    https://github.com/scummvm/scummvm/commit/ad936e9f8cf4929c4b1c5edce35ac08406a8e064
Author: D G Turner (digitall at scummvm.org)
Date: 2011-08-06T07:52:36-07:00

Commit Message:
COMMON: Corrected Previous Commit.

Common::String class is in common/str.h, not string.h...

Changed paths:
    common/timer.h



diff --git a/common/timer.h b/common/timer.h
index dad81b0..3db32df 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 {






More information about the Scummvm-git-logs mailing list