Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2026-03-13 13:14:16 -10:00
committed by GitHub
co-authored by Copilot Autofix powered by AI
parent 7709713fad
commit 417fccaa87
+1 -1
View File
@@ -86,7 +86,7 @@ class EntityBase {
std::string get_object_id() const;
// Get the unique Object ID of this Entity
uint32_t get_object_id_hash() { return this->object_id_hash_; }
uint32_t get_object_id_hash() const { return this->object_id_hash_; }
/// Get object_id with zero heap allocation
/// For static case: returns StringRef to internal storage (buffer unused)