Changeset 457

Show
Ignore:
Timestamp:
03/04/2008 22:39:47 (6 months ago)
Author:
why
Message:
  • shoes/app.h: shoes_app_new signature didn't match.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/shoes/app.h

    r456 r457  
    4848// 
    4949VALUE shoes_app_alloc(VALUE); 
    50 VALUE shoes_app_new(void); 
     50VALUE shoes_app_new(VALUE); 
    5151#ifdef SHOES_WIN32 
    5252shoes_code shoes_classex_init();