Fix header guard which prevented from including text_console.h along with this one.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39075 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2010-10-23 19:08:52 +00:00
parent bf6cf21094
commit c8afe2ca9b
@@ -3,8 +3,8 @@
* All rights reserved. Distributed under the terms of the MIT License.
*/
#ifndef GENERIC_TEXT_CONSOLE_H
#define GENERIC_TEXT_CONSOLE_H
#ifndef GENERIC_TEXT_MENU_H
#define GENERIC_TEXT_MENU_H
class Menu;
class MenuItem;
@@ -12,4 +12,4 @@ class MenuItem;
void platform_generic_update_text_menu_item(Menu *menu, MenuItem *item);
void platform_generic_run_text_menu(Menu *menu);
#endif /* GENERIC_TEXT_CONSOLE_H */
#endif /* GENERIC_TEXT_MENU_H */