Handle located groups as public.

This commit is contained in:
John Preston
2019-06-21 14:27:46 +02:00
parent 6537e524b8
commit 7d585ab72f
37 changed files with 468 additions and 275 deletions
@@ -478,6 +478,6 @@ bool linuxMoveFile(const char *from, const char *to) {
return true;
}
bool psLaunchMaps(const LocationCoords &coords) {
bool psLaunchMaps(const Data::LocationPoint &point) {
return false;
}