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

classdef IndirectPatchEntry < handle
    properties
        index
        cb
    end
end