Skip to content

Commit

Permalink
revert useless typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 12, 2023
1 parent 40231e8 commit 07f3a6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/numericformats/qgscoordinatenumericformat.cpp
Expand Up @@ -23,9 +23,7 @@
#include <iomanip>

///@cond PRIVATE
typedef std::numpunct<wchar_t> numpunct_wchar_t;

struct formatter : numpunct_wchar_t
struct formatter : std::numpunct<wchar_t>
{
formatter( QChar thousands, bool showThousands, QChar decimal )
: mThousands( thousands.unicode() )
Expand Down

0 comments on commit 07f3a6e

Please sign in to comment.