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:
parent
29038ed2ab
commit
a03c97943b
@ -434,7 +434,7 @@ SampleWindow::SampleWindow(void* hwnd, int argc, char** argv) : INHERITED(hwnd)
|
||||
|
||||
fPDFData = NULL;
|
||||
|
||||
this-make3DReady();
|
||||
this->make3DReady();
|
||||
}
|
||||
|
||||
SampleWindow::~SampleWindow() {
|
||||
|
Loading…
Reference in New Issue
Block a user