Browse Source

add missing type

Juliette ELSASS 9 months ago
parent
commit
5122b9579a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      bgraformatui.pas

+ 3 - 0
bgraformatui.pas

@@ -123,6 +123,9 @@ implementation
 const
   BMP_BitsValidValues: array[0..6] of Integer = (1,4,8,15,16,24,32);
 
+type
+  TRttiPropertyArray = specialize TArray<TRttiProperty>;
+
 { TBGRAFormatUIContainer }
 
 class function TBGRAFormatUIContainer.Execute(const AFormat: TBGRAImageFormat;