From 93491a7df472fcf29859ba8e2f3b2439c2329a3f Mon Sep 17 00:00:00 2001 From: dpogue Date: Sat, 10 Aug 2024 16:34:24 -0700 Subject: [PATCH] Fix wrong include in pnDispatchCreatable.h --- Sources/Plasma/NucleusLib/pnDispatch/pnDispatchCreatable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/NucleusLib/pnDispatch/pnDispatchCreatable.h b/Sources/Plasma/NucleusLib/pnDispatch/pnDispatchCreatable.h index 41f8b55c..36efd3ad 100644 --- a/Sources/Plasma/NucleusLib/pnDispatch/pnDispatchCreatable.h +++ b/Sources/Plasma/NucleusLib/pnDispatch/pnDispatchCreatable.h @@ -43,7 +43,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef pnDispatchCreatable_inc #define pnDispatchCreatable_inc -#include "../pnFactory/plCreatable.h" +#include "../pnFactory/plCreator.h" #include "plDispatch.h"