fix typo:

this-make3DReady()

should be

this->make3DReady()



git-svn-id: http://skia.googlecode.com/svn/trunk@1803 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2011-07-06 18:01:20 +00:00
parent 29038ed2ab
commit a03c97943b

View File

@ -434,7 +434,7 @@ SampleWindow::SampleWindow(void* hwnd, int argc, char** argv) : INHERITED(hwnd)
fPDFData = NULL;
this-make3DReady();
this->make3DReady();
}
SampleWindow::~SampleWindow() {