Skip to content

Commit

Permalink
[bugfix] GSome support windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunelFeng committed Aug 20, 2023
1 parent 12f2a31 commit 6cde041
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/GraphCtrl/GraphElement/GGroup/GGroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

#include "GGroupDefine.h"
#include "../GElement.h"
#include "../../GraphParam/GParamInclude.h"

CGRAPH_NAMESPACE_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion src/GraphCtrl/GraphElement/GGroup/GSome/GSome.inl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CStatus GSome<TriggerNum>::addElement(GElementPtr element) {
CGRAPH_RETURN_ERROR_STATUS("GSome can insert async node only current.")
}

group_elements_arr_.template emplace_back(element);
group_elements_arr_.emplace_back(element);
CGRAPH_FUNCTION_END
}

Expand Down

0 comments on commit 6cde041

Please sign in to comment.