瀏覽代碼

* Accidentally made all published properties protected

git-svn-id: trunk@43507 -
michael 5 年之前
父節點
當前提交
0b888bb4ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-db/src/export/fpfixedexport.pp

+ 1 - 1
packages/fcl-db/src/export/fpfixedexport.pp

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