Skip to content

Commit 23e1cd7

Browse files
committed
upd
1 parent 151617a commit 23e1cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=StringUtils
2-
version=1.4.25
2+
version=1.4.26
33
author=AlexGyver <[email protected]>
44
maintainer=AlexGyver <[email protected]>
55
sentence=Bunch of converting functions for string data

src/utils/Text.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Text : public Printable {
5555
return str;
5656
}
5757

58-
operator bool() const {
58+
explicit operator bool() const {
5959
return len;
6060
}
6161

0 commit comments

Comments
 (0)