Skip to content

Commit

Permalink
Remove unnecessary class name to define member function
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Dec 18, 2024
1 parent bb0ab46 commit 8a9158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/win/dnd.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class DragTargetAdapter : public IDropTarget {
DWORD* pdwEffect) override;

private:
DragEvent DragTargetAdapter::newDragEvent(POINTL* pt, DWORD* pdwEffect);
DragEvent newDragEvent(POINTL* pt, DWORD* pdwEffect);

ULONG m_ref = 0;
Window* m_window = nullptr;
Expand Down

0 comments on commit 8a9158a

Please sign in to comment.