From 9fefa1d2e6acbc23b7555b8a83754a169ba783d6 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sun, 3 Jun 2018 17:40:26 -0600 Subject: [PATCH] interrogate: Fix missing namespace qualification --- dtool/src/interrogate/functionWriters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/interrogate/functionWriters.h b/dtool/src/interrogate/functionWriters.h index 0db121de10..41943c47f7 100644 --- a/dtool/src/interrogate/functionWriters.h +++ b/dtool/src/interrogate/functionWriters.h @@ -42,7 +42,7 @@ protected: } }; - typedef set Writers; + typedef std::set Writers; Writers _writers; };