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:
@@ -38,7 +38,7 @@ class MethodMenuItem : public BMenuItem {
|
|||||||
void SetIcon(const uchar *icon);
|
void SetIcon(const uchar *icon);
|
||||||
const uchar *Icon() { return(uchar *)fIcon.Bits(); };
|
const uchar *Icon() { return(uchar *)fIcon.Bits(); };
|
||||||
|
|
||||||
const int32 Cookie() { return fCookie; };
|
int32 Cookie() { return fCookie; };
|
||||||
private:
|
private:
|
||||||
BBitmap fIcon;
|
BBitmap fIcon;
|
||||||
int32 fCookie;
|
int32 fCookie;
|
||||||
|
|||||||
Reference in New Issue
Block a user