mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +00:00
[RAPPS] Removed unecessary inline
in crichedit.h
svn path=/branches/GSoC_2017/rapps/; revision=75756
This commit is contained in:
parent
9be376d93f
commit
e949d212ca
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class CRichEdit :
|
|||
public CWindow
|
||||
{
|
||||
HMODULE LoadedLibrary;
|
||||
inline VOID GenericInsertText(LPCWSTR lpszText, LONG InsertedTextLen, DWORD dwEffects)
|
||||
VOID GenericInsertText(LPCWSTR lpszText, LONG InsertedTextLen, DWORD dwEffects)
|
||||
{
|
||||
SETTEXTEX SetText;
|
||||
LONG Len = GetTextLen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue