Skip to content

Commit e75cd03

Browse files
Missed an 'inline'
1 parent ae734ea commit e75cd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libstuff/libstuff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ namespace std {
326326
// --------------------------------------------------------------------------
327327
// Converting between various bases
328328
string SToHex(uint64_t value, int digits = 16);
329-
inline string SToHex(uint32_t value);
329+
string SToHex(uint32_t value);
330330
string SToHex(const string& buffer);
331331
uint64_t SFromHex(const string& value);
332332
string SStrFromHex(const string& buffer);

0 commit comments

Comments
 (0)