summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lowlevelunit.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/lowlevelunit.pas b/lowlevelunit.pas
index 3977484..c818d96 100644
--- a/lowlevelunit.pas
+++ b/lowlevelunit.pas
@@ -74,8 +74,8 @@ procedure dumpExceptionCallStack(E: Exception);
function startetMit(start: string; var s: string): boolean;
function endetMit(ende: string; var s: string): boolean;
function trimAll(s: string): string;
-function erstesArgument(var s: string): string; overload;
-function erstesArgument(var s: string; Trenner: string): string; overload;
+function erstesArgument(var s: string): string; overload; inline;
+function erstesArgument(var s: string; Trenner: string): string; overload; inline;
function mydatetimetostr(t: tDateTime): string;
function tExtPointToStr(p: tExtPoint): string;
function tIntPointToStr(p: tIntPoint): string;