* Fixed GCC2 build, and a warning that should have fired in GCC4 as well.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33912 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -469,7 +469,7 @@ public:
|
|||||||
|
|
||||||
bool FinishMenu(bool force)
|
bool FinishMenu(bool force)
|
||||||
{
|
{
|
||||||
bool stillActive;
|
bool stillActive = false;
|
||||||
|
|
||||||
if (fMenuPreparedToShow) {
|
if (fMenuPreparedToShow) {
|
||||||
stillActive = fRendererSettingsMenu->Finish(fParentLooper, force);
|
stillActive = fRendererSettingsMenu->Finish(fParentLooper, force);
|
||||||
|
|||||||
@@ -38,6 +38,10 @@ private:
|
|||||||
class BaseTypeChild;
|
class BaseTypeChild;
|
||||||
class MemberChild;
|
class MemberChild;
|
||||||
|
|
||||||
|
// for GCC2
|
||||||
|
friend class BaseTypeChild;
|
||||||
|
friend class MemberChild;
|
||||||
|
|
||||||
typedef BObjectList<Child> ChildList;
|
typedef BObjectList<Child> ChildList;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user