Bugfix - forward declaration of TAboutBox added

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3518 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
gbamber
2014-09-03 11:11:54 +00:00
parent 7b4c45732b
commit 1235455ce1
2 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,7 @@ const
type
TLicenseType = (abNone, abGPL, abLGPL, abMIT, abModifiedGPL, abProprietry);
tAboutBox=Class; // Forward declaration
// Do Search/Replace to change all instances of TAboutComonent
// to TAbout<yourcomponentname>
TAboutComponent = class(TComponent)