From 3161d380ef56651ae61cd42813f6d8a10efd289f Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 3 Jul 2003 16:08:37 +0000 Subject: [PATCH] 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 --- headers/os/app/Roster.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/headers/os/app/Roster.h b/headers/os/app/Roster.h index 01ffb3d213..1cc0f605af 100644 --- a/headers/os/app/Roster.h +++ b/headers/os/app/Roster.h @@ -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,