Commit bafcbce8 authored by Colin Eles's avatar Colin Eles
Browse files

updating to reflect name change

git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8192 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent a382ae11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
% Author: Colin Eles elesc@mcmaster.ca
% Organization: McMaster Centre for Software Certification
classdef Settings < handle
classdef TTSettings < handle
    %UNTITLED Summary of this class goes here
    %   Detailed explanation goes here
    
@@ -38,7 +38,7 @@ classdef Settings < handle
        %   none
        % outputs:
        %   object:Settings - created object
        function object = Settings()
        function object = TTSettings()
        end