Skip to content

Commit fbcd1b2

Browse files
committed
fix dynamic component builds
1 parent ac34462 commit fbcd1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/mono/metadata/class-internals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ MONO_COMPONENT_API
13501350
void
13511351
mono_class_set_nested_classes_property (MonoClass *klass, GList *value);
13521352

1353-
MonoClassPropertyInfo*
1353+
MONO_COMPONENT_API MonoClassPropertyInfo*
13541354
mono_class_get_property_info (MonoClass *klass);
13551355

13561356
void

0 commit comments

Comments
 (0)