Skip to content

Commit d3a847d

Browse files
committed
Fixed typo
1 parent 70f92c0 commit d3a847d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index_notation/property_pointers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ IdentityPtr::IdentityPtr(Literal identity) : PropertyPtr(), content(new Content)
7878
}
7979

8080
IdentityPtr::IdentityPtr(Literal identity, std::vector<int> &p) : PropertyPtr(), content(new Content) {
81-
content->identity;
81+
content->identity = identity;
8282
content->positions = p;
8383
}
8484

0 commit comments

Comments
 (0)