Fixed header guard.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21357 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
* Copyright 2007, Ingo Weinhold <[email protected]>.
|
* Copyright 2007, Ingo Weinhold <[email protected]>.
|
||||||
* All rights reserved. Distributed under the terms of the MIT License.
|
* All rights reserved. Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef WIDGET_LAYOUT_TEST_CHECK_BOX_H
|
#ifndef WIDGET_LAYOUT_TEST_RADIO_BUTTON_H
|
||||||
#define WIDGET_LAYOUT_TEST_CHECK_BOX_H
|
#define WIDGET_LAYOUT_TEST_RADIO_BUTTON_H
|
||||||
|
|
||||||
|
|
||||||
#include <Invoker.h>
|
#include <Invoker.h>
|
||||||
@@ -76,4 +76,4 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // WIDGET_LAYOUT_TEST_CHECK_BOX_H
|
#endif // WIDGET_LAYOUT_TEST_RADIO_BUTTON_H
|
||||||
|
|||||||
Reference in New Issue
Block a user