Skip to content

Commit aa97040

Browse files
davywmpictor
authored andcommitted
remove SCL_SCHEMA_EXPORT for now
1 parent 910faf0 commit aa97040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fedex_plus/classes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ void ENTITYhead_print( Entity entity, FILE * file, Schema schema ) {
10711071

10721072
strncpy( entnm, ENTITYget_classname( entity ), BUFSIZ );
10731073

1074-
fprintf( file, "\nclass SCL_SCHEMA_EXPORT %s : ", entnm );
1074+
fprintf( file, "\nclass %s : ", entnm );
10751075

10761076
/* inherit from either supertype entity class or root class of
10771077
all - i.e. SDAI_Application_instance */

0 commit comments

Comments
 (0)