On Dec 11, 2007 2:59 PM, Razvan Cojocaru <[EMAIL PROTECTED]> wrote:
> I did fix the problem, however from what I understand the error only
> refers to the case when two or more parameters _of_the_same_function_
> bear the same name.

Thanks for clarification.

/me should read code in better manner. Patch is updated.

-- 
 Cheers,
 --------------------------------------------------
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 kartikm.wordpress.com | blog.ftbfs.in
 --------------------------------------------------
--- xchm-1.13-orig/src/chmfile.h	2007-04-10 17:37:17.000000000 +0530
+++ xchm-1.13/src/chmfile.h	2007-12-11 16:40:59.000000000 +0530
@@ -277,8 +277,8 @@
 
 	//! Retrieve the data (name/URL) for a single entry (TOC or index)
 	bool GetItem(UCharPtr& topics, UCharPtr& strings, UCharPtr& urltbl,
-		     UCharPtr& urlstr, u_int32_t index, wxTreeCtrl *toBuild,
-		     CHMListCtrl* toBuild, const wxString& idxName,
+		     UCharPtr& urlstr, u_int32_t index, wxTreeCtrl* tree,
+		     CHMListCtrl* list, const wxString& idxName,
 		     const wxCSConv& cv, int level, bool local);
 
 	//! Get the binary index (if available)

Reply via email to