From 8deb1305726966b3b583865dec1ba7ba1327d8cb Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 3 Dec 2013 00:11:26 +0100 Subject: Changed char[] to std::string in restext Experimental changes --- src/common/restext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/restext.h') diff --git a/src/common/restext.h b/src/common/restext.h index e4659e2..b5a3415 100644 --- a/src/common/restext.h +++ b/src/common/restext.h @@ -157,5 +157,5 @@ void InitializeRestext(); void SetGlobalGamerName(std::string name); bool SearchKey(const char *cmd, InputSlot& slot); -bool GetResource(ResType type, int num, char* text); +bool GetResource(ResType type, int num, std::string& text); -- cgit v1.2.3-1-g7c22