Browse Source

namespaced

mattias 1 year ago
parent
commit
bdc1f07799
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/base/fcl-css/fpcssresolver.pas

+ 1 - 1
src/base/fcl-css/fpcssresolver.pas

@@ -113,7 +113,7 @@ interface
 {$IFDEF FPC_DOTTEDUNITS}
 uses
   System.Classes, System.SysUtils, System.Types, System.Contnrs, System.StrUtils,
-  Fcl.AVLTree, FPCss.Tree, FPCss.ValueParser;
+  Fcl.AVLTree, FpCss.Tree, FpCss.ValueParser;
 {$ELSE FPC_DOTTEDUNITS}
 uses
   Classes, SysUtils, types, Contnrs, AVL_Tree, StrUtils, fpCSSTree, fpCSSResParser;