aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/base/UPath.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--unicode/src/base/UPath.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicode/src/base/UPath.pas b/unicode/src/base/UPath.pas
index 975fcb6f..03bd82eb 100644
--- a/unicode/src/base/UPath.pas
+++ b/unicode/src/base/UPath.pas
@@ -482,7 +482,7 @@ type
*}
function GetPortableString(): UTF8String;
- procedure AssertRefCount; inline;
+ procedure AssertRefCount; {$IFDEF HasInline}inline;{$ENDIF}
public
constructor Create(const Name: UTF8String; DelimOption: TPathDelimOption);