On Mon, 2003-06-02 at 11:32, John Stark wrote:
> An error came up in these files:
> cc-1168 CC: ERROR File = DXWindow.C, Line = 821
> cc-1168 CC: ERROR File = ResourceManager.C, Line = 37
> cc-1168 CC: ERROR File = ResourceManager.C, Line = 147
> cc-1168 CC: ERROR File = ResourceManager.C, Line = 163
> cc-1168 CC: ERROR File = ResourceManager.C, Line = 176
> cc-1168 CC: ERROR File = ToolSelector.C, Line = 239
> 
> All have the same error:
>   The indicated type conversion is invalid.
>         while (s=(Symbol)iter.getNext()) {
> 
I think the cast:
        s=(Symbol)iter.getNext()
should be 
        s=(Symbol)(long)iter.getNext()

I'll find out where checkins are supposed to go and then I'll
put the fix into CVS.

Martin

Reply via email to