summaryrefslogtreecommitdiff
path: root/matlab/lib/+IceInternal/PatchEntry.m
blob: bad69c8ec4283f752ec59c21ae84a845a9fd5683 (plain)
1
2
3
4
5
6
7
8
9
10
%
% Copyright (c) ZeroC, Inc. All rights reserved.
%

classdef PatchEntry < handle
    properties
        cb
        classGraphDepth
    end
end