PROGMEM problem in PTP library

Has someone an idea how to fix it?

The array appears to be a class member. In the header file, it is defined one way. You changed the source file to declare it differently. The definition needs to be the same in both files.