Kaynağa Gözat

* Accidentally made all published properties protected

git-svn-id: trunk@43507 -
michael 5 yıl önce
ebeveyn
işleme
0b888bb4ce

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

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