1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-19 06:07:42 +02:00

Fixed warning about different definitions of the same symbol.

This commit is contained in:
james.k.crook@gmail.com 2014-10-10 15:41:18 +00:00
parent 221474e37a
commit 9d74c49721

View File

@ -16,7 +16,7 @@
#include "wx/string.h"
#define wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG 1
#define wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG
// Helper class for formatting numbers with thousands separators which also
// supports parsing the numbers formatted by it.