Changed queryable visibility

This commit is contained in:
Digital Artifex
2026-08-15 09:58:35 -04:00
parent 9fbf90b0c9
commit 4a7960177d
+2 -2
View File
@@ -303,13 +303,13 @@ public:
return m_cacheController.windowSize();
}
protected:
auto queryable() const -> bool
{
return m_queryable;
}
protected:
auto setQueryable(bool queryable) -> void
{
m_queryable = queryable;