BRequest: Change attribute protection from private to protected

Particularly fInitStatus is of interest for derived classes.
This commit is contained in:
Ingo Weinhold 2013-04-20 21:12:40 +02:00
parent be8f5e00f1
commit 4ea7f45bc5

View File

@ -39,7 +39,7 @@ protected:
const BContext& fContext;
private:
protected:
status_t fInitStatus;
JobQueue* fJobQueue;
};