Skip to content

Commit bc705f7

Browse files
committed
Remove subclass restriction on ModelObserver mixin
1 parent b94dcfb commit bc705f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

widgets/+wt/+mixin/ModelObserver.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
classdef (Abstract, AllowedSubclasses = ...
2-
{?wt.abstract.BaseViewController, ?wt.abstract.BaseViewChart})...
3-
ModelObserver < handle
1+
classdef (Abstract) ModelObserver < handle
42
% Mixin for components using a model that observe changes
53

64
% Copyright 2025 The MathWorks Inc.

0 commit comments

Comments
 (0)