Browse Source

Update UPCSafeBoxRootHash.pas

Fixed FPC compiler issue caused by bad compiler mode
PascalCoin 6 years ago
parent
commit
0d4a75ec71
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/core/UPCSafeBoxRootHash.pas

+ 4 - 0
src/core/UPCSafeBoxRootHash.pas

@@ -80,6 +80,10 @@ unit UPCSafeBoxRootHash;
 
 
 }
 }
 
 
+{$IFDEF FPC}
+  {$MODE Delphi}
+{$ENDIF}
+
 interface
 interface
 
 
 {$I config.inc}
 {$I config.inc}