diff options
Diffstat (limited to 'Gps+/services.cpp')
-rw-r--r-- | Gps+/services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gps+/services.cpp b/Gps+/services.cpp index 26571cf..d2ee054 100644 --- a/Gps+/services.cpp +++ b/Gps+/services.cpp @@ -25,7 +25,7 @@ extern GPSWorker gps;
-int GetLocationInfo(WPARAM wParam, LPARAM lParam)
+INT_PTR GetLocationInfo(WPARAM wParam, LPARAM lParam)
{
gps.GetNavInfo((NavInfo*) wParam);
return gps.IsConnected();
|