Update of bug #34453 (project gnustep):

                Category:                    None => Gui/AppKit             
                  Status:                    None => Fixed                  
             Open/Closed:                    Open => In Test                

    _______________________________________________________

Follow-up Comment #1:

I guess this is the trivial case of needing to wrap declarations for C++ code

I modified NSPanel.h with:

#if     defined(__cplusplus)
extern "C" {
#endif


#if     defined(__cplusplus)
}
#endif

Hopefully that fixes it (though it may be needed for other headers.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34453>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to