Explorar o código

* Accidentally made all published properties protected

git-svn-id: trunk@43507 -
michael %!s(int64=5) %!d(string=hai) anos
pai
achega
0b888bb4ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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