mirror of
https://review.haiku-os.org/haiku
synced 2025-02-23 05:58:31 +01:00
Useless type qualifier on return type. CID 5666.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40638 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
93e53019bf
commit
46f4e9db27
@ -38,7 +38,7 @@ class MethodMenuItem : public BMenuItem {
|
||||
void SetIcon(const uchar *icon);
|
||||
const uchar *Icon() { return(uchar *)fIcon.Bits(); };
|
||||
|
||||
const int32 Cookie() { return fCookie; };
|
||||
int32 Cookie() { return fCookie; };
|
||||
private:
|
||||
BBitmap fIcon;
|
||||
int32 fCookie;
|
||||
|
Loading…
x
Reference in New Issue
Block a user