aboutsummaryrefslogtreecommitdiff
path: root/pvmi/pvmf/include/pvmf_node_interface_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pvmi/pvmf/include/pvmf_node_interface_impl.h')
-rw-r--r--pvmi/pvmf/include/pvmf_node_interface_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pvmi/pvmf/include/pvmf_node_interface_impl.h b/pvmi/pvmf/include/pvmf_node_interface_impl.h
index f61b07191..670721792 100644
--- a/pvmi/pvmf/include/pvmf_node_interface_impl.h
+++ b/pvmi/pvmf/include/pvmf_node_interface_impl.h
@@ -482,9 +482,9 @@ class PVMFNodeInterfaceImpl : public PVMFNodeInterface,
uint32 iExtensionRefCount;
// node name
OsclNameString<PVEXECNAMELEN> iNodeName;
-
- private:
- PVLogger* iBaseLogger;
+ public :
+ // logger object
+ PVLogger* iLogger;
};
#endif //PVMF_NODE_INTERFACE_IMPL_H_INCLUDED