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

16 lines
453 B
C++

//-----------------------------------------------------------------------------
//
// File: gnudiffalg.inl
// Copyright (C) 1994-1997 Microsoft Corporation
// All rights reserved.
//
// Inline implementation of CDumbDiffAlgorithm, CDumbDiffAlgFact
//-----------------------------------------------------------------------------
inline
CDiffAlgorithm *
CGNUDiffAlgFact::CreateDiffAlgorithm()
{
return new CGNUDiffAlgorithm;
}