Skip to content

Commit eefbaee

Browse files
committed
odb: fix clang-tidy suggestion
Signed-off-by: Peter Gadfort <[email protected]>
1 parent e42b78d commit eefbaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odb/test/cpp/CallBack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class CallBack : public dbBlockCallBackObj
193193
void inDbBPinRemoveBox(dbBox* box) override
194194
{
195195
if (!_pause) {
196-
events.push_back("Destroy bpin box");
196+
events.emplace_back("Destroy bpin box");
197197
}
198198
}
199199

0 commit comments

Comments
 (0)