fix typo:

this-make3DReady()

should be

this->make3DReady()



git-svn-id: http://skia.googlecode.com/svn/trunk@1803 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp
index a0dd99a..df6e7cc 100644
--- a/samplecode/SampleApp.cpp
+++ b/samplecode/SampleApp.cpp
@@ -434,7 +434,7 @@
     
     fPDFData = NULL;
 
-    this-make3DReady();
+    this->make3DReady();
 }
 
 SampleWindow::~SampleWindow() {