[Bf-committers] Compile Bug?

Douglas Bischoff bf-committers@blender.org
Fri, 14 Nov 2003 21:25:31 -0500


Hello, all:

Compiling tonight I ran into this problem:

In "interface.c" the function
   void uiBlockBeginAlign(uiBlock *block)
is defined.

In "header_buttonswin.c" the function is called:
   	uiBlockBeginAlign(block, 'h');

Ditto in headerbuttons.c

This causes a compile failure "too many arguments to function 
uiBlockBeginAlign."

Since the update to interface.c was done 10 hours ago by Ton, and the 
other two were done 25 hours ago, I am concluding that the 'h' 
arguments can be eliminated.

Doing so causes a successful compile.

-Bischofftep