We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6572c5 commit 178780dCopy full SHA for 178780d
include/polyscope/polyscope.h
@@ -127,7 +127,7 @@ extern Context globalContext;
127
Structure* getStructure(std::string type, std::string name = "");
128
129
// True if such a structure exists
130
-bool hasStructure(std::string type, std::string name = "");
+bool hasStructure(std::string type, std::string name);
131
132
// Look up the string type and name for a structure from its pointer
133
// (performs a naive search over all structures for now, use sparingly)
0 commit comments