Cleanup which should've been part of r39972.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40002 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2010-12-28 22:12:13 +00:00
parent 05a2fec5fb
commit 645e9fe135
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class CursorSet : public BMessage {
status_t FindCursor(BCursorID which, BBitmap **cursor, BPoint *hotspot);
status_t FindCursor(BCursorID which, ServerCursor **cursor) const;
void SetName(const char *name);
const char *GetName(void);
const char *GetName();
private:
const char *_CursorWhichToString(BCursorID which) const;