projects
/
platform
/
core
/
uifw
/
inputdelegator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a51fd09
)
Access it by reference to prevent unnecessary copies
21/286821/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Fri, 13 Jan 2023 09:40:51 +0000
(18:40 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Fri, 13 Jan 2023 09:40:51 +0000
(18:40 +0900)
Change-Id: I5ac81bafbe55475fbc9f09ade6999a29a156f659
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/SttFeedback.cpp
patch
|
blob
|
history
diff --git
a/src/SttFeedback.cpp
b/src/SttFeedback.cpp
index 5bd660335ada384004f781535e221f64e7981ca3..1d7d4996d1f5ffaad1f773761a5bed4b9e771695 100644
(file)
--- a/
src/SttFeedback.cpp
+++ b/
src/SttFeedback.cpp
@@
-56,7
+56,7
@@
void SttFeedback::OnResult(
} else {
PRINTFUNC(DLOG_INFO, "Meaningful result : size (%zu)", results.size());
- for(
auto
result : results) {
+ for(
const auto&
result : results) {
PRINTFUNC(DLOG_INFO, "Results");
if(!result.empty() && result.length() > 0) {
PRINTFUNC(DLOG_INFO, "%s\n", result.c_str());