On Tue, Mar 9, 2010 at 9:28 AM, Jake Goerzen <[email protected]> wrote: > > "./gui/widgets/generator_private.hpp", line 173: Error: > "gui2::policy::placement::thorizontal_list::calculate_best_size() > const" is expected to return a value. > > > Approximately line 173 generator_private.hpp: > > tpoint calculate_best_size() const > { ERROR_LOG(false); } >
that's.... a wierd definition. methinks its using gnuism of defaulting to "return null" or something, and you will need to do the return explicitly? _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
