Re: [gtkmm] g++ 3.4



So then 
	TreePath::append(..)
	appends elements of this to this ???

that doesn't makes sence to me 
ok, if i sound stupid just forget what i just said
i'm not into gtkmm developpment
so your the boss


On Wed, 2004-04-21 at 10:05, Tor Arvid Lund wrote:

> I'm guessing this simple patch does the trick (attaching complete
> output from diff)
> 
> on line 297 of treepath.h:
> 
> -    this->push_back(*begin);
> +    this->push_back(*begin());
> 
> -- 
> Tor Arvid Lund               ,''`.
> http://totto.homelinux.net  : :' :
> GnuPG key ID: 0xF335ED1E    `. `'
> find it at pgp.mit.edu        `-
> 
> 
> ______________________________________________________________________
> --- treepath.h	2004-04-21 15:52:02.000000000 +0200
> +++ treepath.h.fixed	2004-04-21 15:52:31.000000000 +0200
> @@ -294,7 +294,7 @@
>  {
>    // push_back() can't throw -- if it could, this code wouldn't be strongly exception-safe.
>    for(; pbegin != pend; ++pbegin)
> -    this->push_back(*begin);
> +    this->push_back(*begin());
>  }
>  
>  template <class In> inline




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]