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

classdef PatchList < handle
    properties
        list = {}
    end
end