mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:59:10 +02:00
fix another missed casing issue
This commit is contained in:
parent
1fda012364
commit
59ad09bfda
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
#include "Application.h"
|
#include "Application.h"
|
||||||
|
|
||||||
#include "OAuthWebviewHandler.h"
|
#include "OAuthWebViewHandler.h"
|
||||||
|
|
||||||
OAuthWebViewHandler& OAuthWebViewHandler::getInstance() {
|
OAuthWebViewHandler& OAuthWebViewHandler::getInstance() {
|
||||||
static OAuthWebViewHandler sharedInstance;
|
static OAuthWebViewHandler sharedInstance;
|
||||||
|
|
Loading…
Reference in a new issue