diff options
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r-- | core/LocAdapterBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h index b2188c7..24ed15c 100644 --- a/core/LocAdapterBase.h +++ b/core/LocAdapterBase.h @@ -140,7 +140,7 @@ public: return ContextBase::isFeatureSupported(featureVal); } - uint32_t generateSessionId(); + static uint32_t generateSessionId(); inline bool isAdapterMaster() { return mIsMaster; |