Skip to content

Commit 178780d

Browse files
committed
remove confusing default arg
1 parent b6572c5 commit 178780d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/polyscope/polyscope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ extern Context globalContext;
127127
Structure* getStructure(std::string type, std::string name = "");
128128

129129
// True if such a structure exists
130-
bool hasStructure(std::string type, std::string name = "");
130+
bool hasStructure(std::string type, std::string name);
131131

132132
// Look up the string type and name for a structure from its pointer
133133
// (performs a naive search over all structures for now, use sparingly)

0 commit comments

Comments
 (0)