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:
@@ -3,8 +3,8 @@
|
|||||||
* All rights reserved. Distributed under the terms of the MIT License.
|
* All rights reserved. Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef GENERIC_TEXT_CONSOLE_H
|
#ifndef GENERIC_TEXT_MENU_H
|
||||||
#define GENERIC_TEXT_CONSOLE_H
|
#define GENERIC_TEXT_MENU_H
|
||||||
|
|
||||||
class Menu;
|
class Menu;
|
||||||
class MenuItem;
|
class MenuItem;
|
||||||
@@ -12,4 +12,4 @@ class MenuItem;
|
|||||||
void platform_generic_update_text_menu_item(Menu *menu, MenuItem *item);
|
void platform_generic_update_text_menu_item(Menu *menu, MenuItem *item);
|
||||||
void platform_generic_run_text_menu(Menu *menu);
|
void platform_generic_run_text_menu(Menu *menu);
|
||||||
|
|
||||||
#endif /* GENERIC_TEXT_CONSOLE_H */
|
#endif /* GENERIC_TEXT_MENU_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user