RichText: Fixed to achieve compatibility with older CLANG

git-svn-id: svn://ultimatepp.org/upp/trunk@10928 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-03-09 11:43:56 +00:00
parent cb93eab610
commit 504c1d13cc
5 changed files with 23 additions and 0 deletions

4
uppsrc/RichEdit/init Normal file
View file

@ -0,0 +1,4 @@
#ifndef _RichEdit_icpp_init_stub
#define _RichEdit_icpp_init_stub
#include "CtrlLib/init"
#endif