mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:52:54 +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
|
public CWindow
|
||||||
{
|
{
|
||||||
HMODULE LoadedLibrary;
|
HMODULE LoadedLibrary;
|
||||||
inline VOID GenericInsertText(LPCWSTR lpszText, LONG InsertedTextLen, DWORD dwEffects)
|
VOID GenericInsertText(LPCWSTR lpszText, LONG InsertedTextLen, DWORD dwEffects)
|
||||||
{
|
{
|
||||||
SETTEXTEX SetText;
|
SETTEXTEX SetText;
|
||||||
LONG Len = GetTextLen();
|
LONG Len = GetTextLen();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue