Explorar o código

* Add class definition

git-svn-id: trunk@40767 -
michael %!s(int64=6) %!d(string=hai) anos
pai
achega
1e9e87175e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/fcl-base/src/fpexprpars.pp

+ 1 - 0
packages/fcl-base/src/fpexprpars.pp

@@ -780,6 +780,7 @@ Type
     Property Identifiers : TFPExprIdentifierDefs Read FIdentifiers Write SetIdentifiers;
     Property BuiltIns : TBuiltInCategories Read FBuiltIns Write SetBuiltIns;
   end;
+  TFPExpressionParserClass = Class of TFPExpressionParser;
 
   { TExprBuiltInManager }