Kaydet (Commit) 4a153b4d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix fallout from 772c3a20

Change-Id: I0019ca081086544142b39aac5e6f00d5f1822ccb
üst d39178ff
......@@ -244,7 +244,7 @@ public:
std::vector<unsigned char>& rBuffer,
bool* pJustCFF );
void RefreshRect( const CGRect& ) { };
void RefreshRect(float /* lX */, float /* lY */, float /* lWidth */, float /* lHeight */) { };
void RefreshRect(float lX, float lY, float lWidth, float lHeight);
void SetState();
void UnsetState();
void InvalidateContext();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment