Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 6, 2021
1 parent 3b68d64 commit c938177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/win/qgswinnative.cpp
Expand Up @@ -42,7 +42,7 @@ struct LPITEMIDLISTDeleter
}
};

using ITEMIDLIST_unique_ptr = std::unique_ptr< std::remove_pointer_t< LPITEMIDLIST >, ITEMIDLISTDeleter>;
using ITEMIDLIST_unique_ptr = std::unique_ptr< std::remove_pointer_t< LPITEMIDLIST >, LPITEMIDLISTDeleter>;



Expand Down

0 comments on commit c938177

Please sign in to comment.