From 077de36139212472de778314967531028d6f6fac Mon Sep 17 00:00:00 2001 From: Robert Cochran Date: Sat, 18 Mar 2017 14:32:38 -0700 Subject: [PATCH] Fix method member being a qualified name This breaks the Linux build with GCC. This is non-standard behavior, but apparently Visual Studio allows it. --- src/g_levellocals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_levellocals.h b/src/g_levellocals.h index f83d6d6f8..4ca0a0e7e 100644 --- a/src/g_levellocals.h +++ b/src/g_levellocals.h @@ -10,7 +10,7 @@ struct FLevelLocals { void Tick (); void AddScroller (int secnum); - void FLevelLocals::SetInterMusic(const char *nextmap); + void SetInterMusic(const char *nextmap); uint8_t md5[16]; // for savegame validation. If the MD5 does not match the savegame won't be loaded. int time; // time in the hub