[haiku-commits] haiku: hrev53530 - headers/os/drivers/usb src/apps/icon-o-matic/shape/commands

  • From: Jérôme Duval <jerome.duval@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 7 Oct 2019 16:33:57 -0400 (EDT)

hrev53530 adds 2 changesets to branch 'master'
old head: 478b9207006113458ddcf7f7172fe9efd1daa76a
new head: c84296d0ad5ed9b6af83f04ea5dd59f15840765b
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=c84296d0ad5e+%5E478b92070061

----------------------------------------------------------------------------

cf0498cbc675: icon-o-matic: fix include guard.

c84296d0ad5e: USB_hid: fix include guard.

                                   [ Jérôme Duval <jerome.duval@xxxxxxxxx> ]

----------------------------------------------------------------------------

2 files changed, 6 insertions(+), 6 deletions(-)
headers/os/drivers/usb/USB_hid_page_vr_controls.h       | 6 +++---
src/apps/icon-o-matic/shape/commands/MovePathsCommand.h | 6 +++---

############################################################################

Commit:      cf0498cbc6757a329333cee1b58221774199fc37
URL:         https://git.haiku-os.org/haiku/commit/?id=cf0498cbc675
Author:      Jérôme Duval <jerome.duval@xxxxxxxxx>
Date:        Mon Oct  7 19:57:13 2019 UTC

icon-o-matic: fix include guard.

----------------------------------------------------------------------------

diff --git a/src/apps/icon-o-matic/shape/commands/MovePathsCommand.h 
b/src/apps/icon-o-matic/shape/commands/MovePathsCommand.h
index bf0f73c69b..2aa0c72360 100644
--- a/src/apps/icon-o-matic/shape/commands/MovePathsCommand.h
+++ b/src/apps/icon-o-matic/shape/commands/MovePathsCommand.h
@@ -5,8 +5,8 @@
  * Authors:
  *             Stephan Aßmus <superstippi@xxxxxx>
  */
-#ifndef MOVE_SHAPES_COMMAND_H
-#define MOVE_SHAPES_COMMAND_H
+#ifndef MOVE_PATHS_COMMAND_H
+#define MOVE_PATHS_COMMAND_H
 
 
 #include "Command.h"
@@ -47,4 +47,4 @@ class MovePathsCommand : public Command {
                        int32                           fCount;
 };
 
-#endif // MOVE_SHAPES_COMMAND_H
+#endif // MOVE_PATHS_COMMAND_H

############################################################################

Revision:    hrev53530
Commit:      c84296d0ad5ed9b6af83f04ea5dd59f15840765b
URL:         https://git.haiku-os.org/haiku/commit/?id=c84296d0ad5e
Author:      Jérôme Duval <jerome.duval@xxxxxxxxx>
Date:        Mon Oct  7 19:57:45 2019 UTC

USB_hid: fix include guard.

----------------------------------------------------------------------------

diff --git a/headers/os/drivers/usb/USB_hid_page_vr_controls.h 
b/headers/os/drivers/usb/USB_hid_page_vr_controls.h
index c3914d3c28..fc47840154 100644
--- a/headers/os/drivers/usb/USB_hid_page_vr_controls.h
+++ b/headers/os/drivers/usb/USB_hid_page_vr_controls.h
@@ -2,8 +2,8 @@
  * Copyright 2004-2010, Haiku Inc. All Rights Reserved.
  * Distributed under the terms of the MIT License.
  */
-#ifndef _USB_HID_PAGE_GAME_CONTROLS_H
-#define _USB_HID_PAGE_GAME_CONTROLS_H
+#ifndef _USB_HID_PAGE_VR_CONTROLS_H
+#define _USB_HID_PAGE_VR_CONTROLS_H
 
 
 /* Reference:
@@ -46,4 +46,4 @@ enum {
 };
 
 
-#endif // _USB_HID_PAGE_GAME_CONTROLS_H
+#endif // _USB_HID_PAGE_VR_CONTROLS_H


Other related posts: