Another gcc 4.0.3 workaround.
Temporarily make a function public that doesn't need to be. When host gcc-4.0.3 is gone from the build servers we can undo this.
This commit is contained in:
@@ -246,8 +246,10 @@ private:
|
|||||||
virtual status_t readyToRun();
|
virtual status_t readyToRun();
|
||||||
virtual void onFirstRef();
|
virtual void onFirstRef();
|
||||||
|
|
||||||
|
public: // hack to work around gcc 4.0.3 bug
|
||||||
const GraphicPlane& graphicPlane(int dpy) const;
|
const GraphicPlane& graphicPlane(int dpy) const;
|
||||||
GraphicPlane& graphicPlane(int dpy);
|
GraphicPlane& graphicPlane(int dpy);
|
||||||
|
private:
|
||||||
|
|
||||||
void waitForEvent();
|
void waitForEvent();
|
||||||
public: // hack to work around gcc 4.0.3 bug
|
public: // hack to work around gcc 4.0.3 bug
|
||||||
|
|||||||
Reference in New Issue
Block a user