Skip to content

Commit b318249

Browse files
author
ralfluebben
committed
Add const: setValue(const char *)
1 parent 897ed97 commit b318249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: RadiusClass/RadiusVendorSpecificAttribute.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class RadiusVendorSpecificAttribute
5959
void setType(Octet);
6060

6161
Octet * getValue(void);
62-
int setValue(char *);
62+
int setValue(const char *);
6363
int setValue(int);
6464

6565

0 commit comments

Comments
 (0)