Index: src/plugin/PluginClass.h |
=================================================================== |
--- a/src/plugin/PluginClass.h |
+++ b/src/plugin/PluginClass.h |
@@ -24,6 +24,7 @@ |
#include "Plugin.h" |
+#include "PluginDebug.h" |
#include "PluginTabBase.h" |
#define _CRTDBG_MAP_ALLOC |
#include <stdlib.h> |
@@ -53,6 +54,11 @@ |
friend class CPluginTab; |
private: |
+ /** |
+ * Existence of this object ensures the existence of the log. |
+ * Defined first so that the log is available to the constructors of other members. |
+ */ |
+ LogQueueReference lqr; |
CPluginTab* m_tab; |