diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -469,6 +469,7 @@ private: */ bool m_map_metadata_changed = true; MapDatabase *dbase = nullptr; + MapDatabase *dbase_ro = nullptr; }; |