Change Path() to GetPath(), and made it accept a reference instead of
a pointer. Style changes. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38260 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
bool delete_when_done = false);
|
||||
|
||||
private:
|
||||
status_t Path(BPath* path) const;
|
||||
status_t GetPath(BPath& path) const;
|
||||
status_t Load(BMessage*);
|
||||
|
||||
int32 fId;
|
||||
|
||||
Reference in New Issue
Block a user