Index: ext/libicpf/src/cfg_xml.h =================================================================== diff -u -N -r0d9a4d94a98872815d5840d1bcc4d394d455307c -rfd1f0cf4d6ad9ff63fd9252a3f2f31c992431842 --- ext/libicpf/src/cfg_xml.h (.../cfg_xml.h) (revision 0d9a4d94a98872815d5840d1bcc4d394d455307c) +++ ext/libicpf/src/cfg_xml.h (.../cfg_xml.h) (revision fd1f0cf4d6ad9ff63fd9252a3f2f31c992431842) @@ -39,7 +39,7 @@ virtual void find_close(ptr_t pFindHandle); /// Sets a value for a given key - virtual void set_value(const tchar_t* pszName, const tchar_t* pszValue, actions a=actions::action_add); + virtual void set_value(const tchar_t* pszName, const tchar_t* pszValue, actions a=action_add); /// Clear values for a given property name virtual void clear(const tchar_t* pszName); /**@}*/ @@ -48,7 +48,7 @@ /// Find helper - recursively searches for a specific key node ptr_t find(ptr_t pNodePtr, const tchar_t* pszName); /// Set value helper - searches for a specific node and sets the value - void set_value(ptr_t pNodePtr, const tchar_t* pszName, const tchar_t* pszValue, actions a=actions::action_add); + void set_value(ptr_t pNodePtr, const tchar_t* pszName, const tchar_t* pszValue, actions a=action_add); /// Clear helper - clears the appropriate attribures void clear(ptr_t pNodePtr, const tchar_t* pszName);