Problem assigning to structures under IDE 1.0.5

No one uses it yet as far as I know, it is a future revision, C++11 is the recommended standard. GCC does however support compound literals, even Arduinos ancient version.

@CamFarnell, if the struct/class type is called Menu, then change Menu_t to Menu.

Menu00 = (Menu) { "Run", NULL, &Menu01, NULL , NULL , NULL };