Skip to content

Commit

Permalink
Fix newly introduced stupid casing mistakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
a11cf0 committed Nov 12, 2024
1 parent 3a142c4 commit 8a3413e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dep/UIAProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <ole2.h>
#include <uiautomation.h>

#include "uiaprovider.h"
#include "UIAProvider.h"

Provider::Provider(HWND hwnd) : m_refCount(1), m_controlHWnd(hwnd)
{
Expand Down

0 comments on commit 8a3413e

Please sign in to comment.