diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 15:24:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 15:24:44 +0200 |
commit | d3d17ad9b662aca4327b7b63ba1824eb14d7874b (patch) | |
tree | bb3e54e111c49439d6a4c6262963aac281f9bb21 | |
parent | aadf333053490f62a5b51366746a89136719a251 (diff) |
fixup! needless compat api breakage
-rw-r--r-- | ftnoir_protocol_ft/fttypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_ft/fttypes.h b/ftnoir_protocol_ft/fttypes.h index d4cb0c9b..0558f881 100644 --- a/ftnoir_protocol_ft/fttypes.h +++ b/ftnoir_protocol_ft/fttypes.h @@ -21,7 +21,7 @@ #include <inttypes.h> -#define FT_MM_DATA "FT_SharedMem" +#define FREETRACK_HEAP "FT_SharedMem" #define FREETRACK_MUTEX "FT_Mutext" /* only 6 headpose floats and the data id are filled -sh */ |