Skip to content

Commit 11a84ab

Browse files
Haydeljdcwhite
andauthored
Update src/Interface/Modules/Render/ES/Core.cc
Co-Authored-By: Dan White <[email protected]>
1 parent 182c6b5 commit 11a84ab

File tree

1 file changed

+1
-1
lines changed
  • src/Interface/Modules/Render/ES

1 file changed

+1
-1
lines changed

src/Interface/Modules/Render/ES/Core.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ std::string ESCore::toString(std::string prefix) const
110110
return output;
111111
}
112112

113-
bool ESCore::hasGeomPromise()
113+
bool ESCore::hasGeomPromise() const
114114
{
115115
for(auto& comp : mComponents)
116116
if(comp.second->getNumComponents() > 0)

0 commit comments

Comments
 (0)