diff options
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h index f4f40223b1..e7abd19544 100644 --- a/common/util.h +++ b/common/util.h @@ -319,7 +319,8 @@ extern int gDebugLevel; char *scumm_strrev(char *str); -const char *tag2str(uint32 tag); +Common::String tag2string(uint32 tag); +#define tag2str(x) tag2string(x).c_str() #endif |