2025-04-27 07:49:33 -04:00

19 lines
221 B
C++

/*++
Copyright (C) 1996-1999 Microsoft Corporation
Module Name:
GNUDIFFALG.INL
History:
--*/
inline
CDiffAlgorithm *
CGNUDiffAlgFact::CreateDiffAlgorithm()
{
return new CGNUDiffAlgorithm;
}