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

15 lines
377 B
C++

//-----------------------------------------------------------------------------
//
// File: redvisit.inl
// Copyright (C) 1994-1997 Microsoft Corporation
// All rights reserved.
//
//-----------------------------------------------------------------------------
inline
CRichEditDeltaVisitor::CRichEditDeltaVisitor(
CRichEditCtrl & red) :
m_red(red)
{
}