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:
Stefano Ceccherini
2010-08-19 03:57:58 +00:00
parent 1e7a45fd7a
commit 2aef272550
2 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -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;