Skip to content

Commit 4b3fe6e

Browse files
committed
Removed comment with TODO
1 parent 01515e2 commit 4b3fe6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wsjcpp_obj_tree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ bool WsjcppObjTree::readTreeFromFile(const std::string &sFilename, std::string &
155155
if (!this->readUInt32(f, nParentId, sError)) {
156156
return false;
157157
}
158-
WsjcppObjTreeNode *pParentNode = nullptr; // TODO find by Id
158+
WsjcppObjTreeNode *pParentNode = nullptr;
159159

160160
if (mapTempIdToNode.find(nParentId) != mapTempIdToNode.end()) {
161161
pParentNode = mapTempIdToNode[nParentId];

0 commit comments

Comments
 (0)