diff options
Diffstat (limited to 'chrome_frame/simple_resource_loader.h')
-rw-r--r-- | chrome_frame/simple_resource_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/simple_resource_loader.h b/chrome_frame/simple_resource_loader.h index 45d03ed..505c0cb 100644 --- a/chrome_frame/simple_resource_loader.h +++ b/chrome_frame/simple_resource_loader.h @@ -21,7 +21,7 @@ class SimpleResourceLoader { public: - static SimpleResourceLoader* instance(); + static SimpleResourceLoader* GetInstance(); // Returns the language tag for the active language. static std::wstring GetLanguage(); |