Browse Source

* Fixed compilation

git-svn-id: trunk@6297 -
joost 18 years ago
parent
commit
76c8c2aa69
1 changed files with 4 additions and 4 deletions
  1. 4 4
      fcl/db/db.pp

+ 4 - 4
fcl/db/db.pp

@@ -63,10 +63,6 @@ type
   TProviderFlag = (pfInUpdate, pfInWhere, pfInKey, pfHidden);
   TProviderFlags = set of TProviderFlag;
 
-{ Part of DBCommon, but temporary defined here (bug 8206) }
-
- TFieldMap = array[TFieldType] of Byte;
-
 { Forward declarations }
 
   TFieldDef = class;
@@ -118,6 +114,10 @@ type
     ftDataSet, ftOraBlob, ftOraClob, ftVariant, ftInterface,
     ftIDispatch, ftGuid, ftTimeStamp, ftFMTBcd);
 
+{ Part of DBCommon, but temporary defined here (bug 8206) }
+
+ TFieldMap = array[TFieldType] of Byte;
+
 { TDateTimeRec }
 
   TDateTimeAlias = type TDateTime;