On Tue, Dec 09, 2014 at 09:56:02AM +0100, Axel Dörfler wrote: > Am 09.12.2014 09:45, schrieb François Revol: > >On 09/12/2014 09:34, pulkomandy@xxxxxxxxxxxxx wrote: > >>+private: > >>+ const rgb_color kHighlightTabColor; > >>+ const rgb_color kHighlightTabColorLight; > >>+ const rgb_color kHighlightTabColorBevel; > >>+ const rgb_color kHighlightTabColorShadow; > >s/kHighlight/fHighlight/g ? > > Those are constants after all. I used the same rule as for the Decorator base class. These are constants for each decorator instance, not sure how to apply our coding style here. I'm fine with k. -- Adrien.