[haiku-commits] Re: r40274 - haiku/trunk/src/add-ons/print/transports/ipp

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 23 Jan 2011 20:55:16 +0100

michael.w.pfeiffer@xxxxxxxxx wrote:
> +void HttpURLConnection::setDoInput(bool doInput)
>  {
> -     doinput = doinput;
> +     this->doInput = doInput;

Just as a side comment: if the code followed our style guide, this 
wouldn't have happened in the first place :-)

Bye,
   Axel.


Other related posts: