diff --git a/components/lazmapviewer/lazmapviewerpkg.lpk b/components/lazmapviewer/lazmapviewerpkg.lpk index 485449055..eb53839a9 100644 --- a/components/lazmapviewer/lazmapviewerpkg.lpk +++ b/components/lazmapviewer/lazmapviewerpkg.lpk @@ -3,6 +3,7 @@ + @@ -10,6 +11,9 @@ + + diff --git a/components/lazmapviewer/source/mvdownloadengine.pas b/components/lazmapviewer/source/mvdownloadengine.pas index c02b3a9c1..717cbe24e 100644 --- a/components/lazmapviewer/source/mvdownloadengine.pas +++ b/components/lazmapviewer/source/mvdownloadengine.pas @@ -1,4 +1,4 @@ -{ Map Viewer Download Engine Synapse +{ Map Viewer Download Engine Copyright (C) 2011 Maciej Kaczkowski / keit.co @@ -34,6 +34,7 @@ type procedure DownloadFile(const Url: string; AStream: TStream); virtual; end; + implementation { TMvCustomDownloadEngine }