Kaydet (Commit) 80f8d9f9 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

replace LIST_APPEND usage with CONTAINER_APPEND

Change-Id: Ifc65ac24b04ac3d8fb0a4325cfe552ed6d5752d6
üst cdd4c155
......@@ -244,7 +244,7 @@ public:
XPropertyListType Type() const { return eType; }
long Count() const;
void Insert( XPropertyEntry* pEntry, long nIndex = LIST_APPEND );
void Insert( XPropertyEntry* pEntry, long nIndex = CONTAINER_APPEND );
XPropertyEntry* Replace( XPropertyEntry* pEntry, long nIndex );
XPropertyEntry* Remove( long nIndex );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment