| Index: experimental/SkiaExamples/SkExample.h
 | 
| diff --git a/experimental/SkiaExamples/SkExample.h b/experimental/SkiaExamples/SkExample.h
 | 
| index 51fe21c06cf6faebdad27112b453ea022906bd28..bea3aec4fc10d2f8926a8e17b818d44557a5dc18 100644
 | 
| --- a/experimental/SkiaExamples/SkExample.h
 | 
| +++ b/experimental/SkiaExamples/SkExample.h
 | 
| @@ -28,7 +28,7 @@ public:
 | 
|  
 | 
|      SkString getName() { return fName; };
 | 
|      // Use this public registry to tell the world about your sample.
 | 
| -    typedef SkTRegistry<SkExample*, SkExampleWindow*> Registry;
 | 
| +    typedef SkTRegistry<SkExample*(*)(SkExampleWindow*)> Registry;
 | 
|  
 | 
|  protected:
 | 
|      SkExampleWindow* fWindow;
 | 
| 
 |