[haiku-commits] Re: haiku: hrev43291 - in src/apps/debugger: user_interface/gui/team_window user_interface/gui/util user_interface/gui/inspector_window settings

  • From: Jérôme Duval <korli@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 20 Nov 2011 14:11:55 +0100

Hi Rene,

2011/11/20  <anevilyak@xxxxxxxxx>:
> hrev43291 adds 7 changesets to branch 'master'
> +++ b/src/apps/debugger/user_interface/gui/util/GUISettingsUtils.cpp
> @@ -0,0 +1,56 @@
> +/*
> + * Copyright 2011, Rene Gollent, rene@xxxxxxxxxxxx
> + * Distributed under the terms of the MIT License.
> + */
> +
> +
> +#include "GUISettingsUtils.h"
> +
> +
> +#include <SplitView.h>
> +
> +#include "GUITeamUISettings.h"
> +
> +/*static*/ status_t

I think there are two lines between includes and methods.

> +++ b/src/apps/debugger/user_interface/gui/util/GUISettingsUtils.h
> @@ -0,0 +1,31 @@
> +/*
> + * Copyright 2011, Rene Gollent, rene@xxxxxxxxxxxx
> + * Distributed under the terms of the MIT License.
> + */
> +#ifndef GUI_SETTINGS_UTILS_H
> +#define GUI_SETTINGS_UTILS_H
> +
> +
> +#include <SupportDefs.h>
> +
> +
> +class BSplitView;
> +class GUITeamUISettings;
> +
> +
> +class GUISettingsUtils
> +{

{ goes on the previous line.

Bye,
Jérôme

Other related posts: