diff --git a/examples/SharedMemory/b3PluginManager.cpp b/examples/SharedMemory/b3PluginManager.cpp index 3210e94b2..a11063b43 100644 --- a/examples/SharedMemory/b3PluginManager.cpp +++ b/examples/SharedMemory/b3PluginManager.cpp @@ -48,8 +48,8 @@ struct b3Plugin m_initFunc(0), m_exitFunc(0), m_executeCommandFunc(0), - m_postTickFunc(0), m_preTickFunc(0), + m_postTickFunc(0), m_userPointer(0) { }