From 52901e961b1adf03a3b632c9a966435a2ef96284 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 17 Dec 2018 14:01:29 +0100 Subject: protokollunit.pas: fix capitalization --- protokollunit.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protokollunit.pas b/protokollunit.pas index f03f4bc..e9eced1 100644 --- a/protokollunit.pas +++ b/protokollunit.pas @@ -15,7 +15,7 @@ type { tProtokollant } - tProtokollant = class(TObject) + tProtokollant = class(tObject) private sDat: ^tProtokollDatei; bes: string; -- cgit v1.2.3-54-g00ecf