Replace UITypes by System.UITypes to fix compilation with Laz/main.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9386 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
df4eeaaf58
commit
96338e6a58
@ -17,7 +17,9 @@
|
||||
<CustomOptions Value="$(IDEBuildOptions)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="Component for viewing maps (Google, OpenStreetMap, etc). This is a fork of MapViewer by ti_dic (https://sourceforge.net/p/roadbook/code/ci/master/tree/mapviewer/) which itself is based on the MapViewer by Maciej Kaczkowski (https://github.com/maciejkaczkowski/mapviewer)."/>
|
||||
<Description Value="Component for viewing maps (Google, OpenStreetMap, etc). This is a fork of MapViewer by ti_dic (https://sourceforge.net/p/roadbook/code/ci/master/tree/mapviewer/) which itself is based on the MapViewer by Maciej Kaczkowski (https://github.com/maciejkaczkowski/mapviewer).
|
||||
|
||||
FPC 3.2.0 or newer required."/>
|
||||
<License Value="Modified LGPL with linking exception, like FreePascal RTL/FCL and Lazarus LCL"/>
|
||||
<Version Minor="2" Release="7"/>
|
||||
<Files Count="22">
|
||||
|
@ -101,7 +101,7 @@ procedure Register;
|
||||
implementation
|
||||
|
||||
uses
|
||||
UITypes, Dialogs, IDEWindowIntf, LazIDEIntf, StrUtils, mvGeoMath, mvMapViewer,
|
||||
System.UITypes, Dialogs, IDEWindowIntf, LazIDEIntf, StrUtils, mvGeoMath, mvMapViewer,
|
||||
mvGpsObj, mvLayersPropEditForm, mvEngine, mvMapViewerPathEditForm;
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user