Skip to content

Commit

Permalink
bug: Fix issue #1624
Browse files Browse the repository at this point in the history
- Undef possible Windows getObject define
  • Loading branch information
Framstag committed Nov 16, 2024
1 parent 6687977 commit 217dc72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libosmscout/include/osmscout/location/Location.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
#include <osmscout/ObjectRef.h>
#include <osmscout/TypeConfig.h>

#ifdef GetObject
#undef GetObject
#endif


namespace osmscout {
/**
* \defgroup Location Location related data structures and services
Expand Down

0 comments on commit 217dc72

Please sign in to comment.