Skip to content

Commit cee2a65

Browse files
committed
make OcaGroup.notifySubscribers public
1 parent 75e1287 commit cee2a65

File tree

1 file changed

+1
-1
lines changed
  • Sources/SwiftOCADevice/OCC/ControlClasses/Agents

1 file changed

+1
-1
lines changed

Sources/SwiftOCADevice/OCC/ControlClasses/Agents/Group.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ open class OcaGroup<Member: OcaRoot>: OcaAgent {
137137
}
138138
}
139139

140-
extension OcaGroup {
140+
public extension OcaGroup {
141141
func notifySubscribers(
142142
actionObjects: [Member],
143143
changeType: OcaPropertyChangeType

0 commit comments

Comments
 (0)