From 4b5e868dcdb7fca9f532cfd6859b88344619f7f2 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 8 Jun 2007 23:42:50 +0000 Subject: [PATCH] Fixed header guard. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21357 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../kits/interface/layout/widget_layout_test/RadioButton.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/kits/interface/layout/widget_layout_test/RadioButton.h b/src/tests/kits/interface/layout/widget_layout_test/RadioButton.h index 12d412c26f..ebb5b60553 100644 --- a/src/tests/kits/interface/layout/widget_layout_test/RadioButton.h +++ b/src/tests/kits/interface/layout/widget_layout_test/RadioButton.h @@ -2,8 +2,8 @@ * Copyright 2007, Ingo Weinhold . * All rights reserved. Distributed under the terms of the MIT License. */ -#ifndef WIDGET_LAYOUT_TEST_CHECK_BOX_H -#define WIDGET_LAYOUT_TEST_CHECK_BOX_H +#ifndef WIDGET_LAYOUT_TEST_RADIO_BUTTON_H +#define WIDGET_LAYOUT_TEST_RADIO_BUTTON_H #include @@ -76,4 +76,4 @@ private: }; -#endif // WIDGET_LAYOUT_TEST_CHECK_BOX_H +#endif // WIDGET_LAYOUT_TEST_RADIO_BUTTON_H