summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-04-30 22:53:12 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-04-30 22:53:12 +0200
commitc275217c6872e0d8110229a8bf906eb5c1512c1a (patch)
treebd24e6d9f122f69cdac855d395aaebf28adedd0c /src/corelib
parente58d47526b21c0e7a975ca393c64ae5dc152deaa (diff)
downloadfpGUI-c275217c6872e0d8110229a8bf906eb5c1512c1a.tar.xz
Make doubly sure the TagPointer is nil.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/fpg_base.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/fpg_base.pas b/src/corelib/fpg_base.pas
index 268c05dd..b0c4acee 100644
--- a/src/corelib/fpg_base.pas
+++ b/src/corelib/fpg_base.pas
@@ -2620,6 +2620,7 @@ begin
inherited Create(AOwner);
FHelpType := htKeyword;
FHelpContext := 0;
+ FTagPointer := nil;
end;
end.