# HG changeset patch # User William Roberts # Date 1270583371 -3600 # Node ID 8a160f671fba04d8da5907c8c81d38e89627da1d # Parent 159664f72ed57625418774cc0d67c4ee01e8d7af Add missing IMPORT_C to sort out RVCT4.0 problem Why are there so many different versions of CMnrpMapModel? diff -r 159664f72ed5 -r 8a160f671fba mapnavproviderrefapp/inc/mnrpmapmodel.h --- a/mapnavproviderrefapp/inc/mnrpmapmodel.h Sun Mar 28 16:36:00 2010 +0100 +++ b/mapnavproviderrefapp/inc/mnrpmapmodel.h Tue Apr 06 20:49:31 2010 +0100 @@ -173,7 +173,7 @@ }; /** Returns grid for current viewport and scale */ - void GetGrid( TGrid& aGrid ) const; + IMPORT_C void GetGrid( TGrid& aGrid ) const; /** Information about current location */ class TCurrentLocation