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:
Jonas Sundström 2011-02-23 04:38:57 +00:00
parent 93e53019bf
commit 46f4e9db27

View File

@ -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;