Function_schema.h(49,1): error C2351: obsolete C++ constructor initialization syntax

I have fixed changing:

#define N_ (s) (s)
to
#define N_2 (s) (s)

And this code in wxWidgets it is about translation language. And I am not using translation…so…

I marked as fixed.
Best
Felix