* Accidentally made all published properties protected

git-svn-id: trunk@43507 -
This commit is contained in:
michael 2019-11-17 09:33:03 +00:00
parent a7e72617a6
commit 0b888bb4ce

View File

@ -26,7 +26,7 @@ Type
{ TFixedExportFormatSettings }
TFixedExportFormatSettings = Class (TCustomExportFormatSettings)
TFixedExportFormatSettings = Class (TExportFormatSettings)
private
FCharMode: TCharMode;
Public