Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes extra qualification in function signature
This fixes the following compiler error with gcc. laf/os/win/dnd.h:59:15: error: extra qualification 'os::DragTargetAdapter::' on member 'newDragEven' [-fpermissive] 59 | DragEvent DragTargetAdapter::newDragEvent(POINTL* pt, DWORD* pdwEffect); | ^~~~~~~~~~~~~~~~~
- Loading branch information