repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
headers
/
private
/
shared
/
AboutMenuItem.h
blob
a389122b7ea2143556e52fbb330fc08fc5d05b62
1
/*
2
* Copyright 2011 Haiku, Inc.
3
* Distributed under the terms of the MIT License.
4
*/
5
#ifndef B_ABOUT_MENU_ITEM_H
6
#define B_ABOUT_MENU_ITEM_H
7
8
9
#include <MenuItem.h>
10
11
12
class
BAboutMenuItem
:
public
BMenuItem
{
13
public
:
14
BAboutMenuItem
();
15
};
16
17
18
#endif
// B_ABOUT_MENU_ITEM_H