From 98103121d4f2ed1f1581919b7b1f343ccd410c12 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 29 Nov 2011 23:15:35 +0000 Subject: (svn r23355) -Codechange: rename all AI* to Script* (Rubidium) --- src/script/api/script_date.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/api/script_date.hpp') diff --git a/src/script/api/script_date.hpp b/src/script/api/script_date.hpp index d8ed4044f..b2cf326a9 100644 --- a/src/script/api/script_date.hpp +++ b/src/script/api/script_date.hpp @@ -24,7 +24,7 @@ * two different moments in time because they count the number * of days since the year 0. */ -class AIDate : public AIObject { +class ScriptDate : public ScriptObject { public: /** * Get the current date. -- cgit v1.2.3-54-g00ecf