Fixed header guard.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21357 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-06-08 23:42:50 +00:00
parent caf8aba2c9
commit 4b5e868dcd

View File

@ -2,8 +2,8 @@
* Copyright 2007, Ingo Weinhold <bonefish@cs.tu-berlin.de>.
* 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 <Invoker.h>
@ -76,4 +76,4 @@ private:
};
#endif // WIDGET_LAYOUT_TEST_CHECK_BOX_H
#endif // WIDGET_LAYOUT_TEST_RADIO_BUTTON_H