Moved the declaration of the Private subclass into the public section where it belongs.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3818 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2003-07-03 16:08:37 +00:00
parent b98a12f022
commit 3161d380ef
1 changed files with 3 additions and 1 deletions

View File

@ -136,9 +136,11 @@ public:
void AddToRecentFolders(const entry_ref *folder,
const char *appSig = 0) const;
// private/reserved stuff starts here
class Private;
private:
class ArgVector;
class Private;
friend class Private;
status_t AddApplication(const char *mimeSig, const entry_ref *ref,