am 66e06205: Another gcc 4.0.3 workaround.

Merge commit '66e06205030cfc72f9aeeac57acfd6cbff0c1b8a' into eclair-mr2-plus-aosp

* commit '66e06205030cfc72f9aeeac57acfd6cbff0c1b8a':
  Another gcc 4.0.3 workaround.
This commit is contained in:
Andy McFadden
2009-10-29 13:20:46 -07:00
committed by Android Git Automerger

View File

@@ -246,8 +246,10 @@ private:
virtual status_t readyToRun();
virtual void onFirstRef();
public: // hack to work around gcc 4.0.3 bug
const GraphicPlane& graphicPlane(int dpy) const;
GraphicPlane& graphicPlane(int dpy);
private:
void waitForEvent();
public: // hack to work around gcc 4.0.3 bug