[haiku-commits] Re: r35552 - haiku/trunk/src/kits/storage

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 21 Feb 2010 17:07:36 +0100

anevilyak@xxxxxxxxx wrote:
>  BResources::BResources(const char *path, bool clobber)
> +                     : fFile(),
> +                       fContainer(NULL),
> +                       fResourceFile(NULL),
> +                       fReadOnly(false)

Coding style police says:

BResources::BResources(...)
        :
        fContainer(NULL,
        ...
{
}

Bye,
   Axel.


Other related posts: