RichMemo: fix compile with latest lazarus - utf8

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4950 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2016-07-14 07:01:05 +00:00
parent 94f7f9f8ce
commit 2c44f1f616
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
unit richmemopackage;
{$warn 5023 off : no warning about unused units}
interface
uses

View File

@ -32,6 +32,7 @@ function SaveStream(ARich: TCustomRichMemo; Dst: TStream): Boolean;
procedure RegisterRTFSaver;
implementation
uses LazUTF8;
var
LangConvTable : array of record lang: integer; proc: TEncConvProc end;