Procházet zdrojové kódy

* Accidentally made all published properties protected

git-svn-id: trunk@43507 -
michael před 5 roky
rodič
revize
0b888bb4ce
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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