Browse Source

Fix wrong include in pnDispatchCreatable.h

ticket/55
Darryl Pogue 5 months ago
parent
commit
93491a7df4
  1. 2
      Sources/Plasma/NucleusLib/pnDispatch/pnDispatchCreatable.h

2
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"

Loading…
Cancel
Save