Fixing gcc 3.3 compile failures -- fix for editors/hte

Simon Barner barner at in.tum.de
Fri Jul 18 21:12:13 PDT 2003


--- htapp.cc.orig	Sat Jul 19 05:35:07 2003
+++ htapp.cc	Sat Jul 19 05:39:02 2003
@@ -2028,7 +2028,7 @@
 		get_stdbounds_tool(&b);
 
 		ht_project_window *project_window=new ht_project_window();
-		project_window->init(&b, "project window", FS_KILLER | FS_TITLE | FS_NUMBER | FS_MOVE | FS_RESIZE, 0, &(ht_project*)project);
+		project_window->init(&b, "project window", FS_KILLER | FS_TITLE | FS_NUMBER | FS_MOVE | FS_RESIZE, 0, (ht_project**)&project);
 
 		bounds k = b;
 		k.x = b.w-2;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: Digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20030719/50754ec8/attachment.bin


More information about the freebsd-ports mailing list