diff options
Diffstat (limited to 'views/focus/view_storage.h')
-rw-r--r-- | views/focus/view_storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/focus/view_storage.h b/views/focus/view_storage.h index bc34bb2..892989a 100644 --- a/views/focus/view_storage.h +++ b/views/focus/view_storage.h @@ -24,7 +24,7 @@ class ViewStorage { public: // Returns the global ViewStorage instance. // It is guaranted to be non NULL. - static ViewStorage* GetSharedInstance(); + static ViewStorage* GetInstance(); // Returns a unique storage id that can be used to store/retrieve views. int CreateStorageID(); |