Skip to content

Commit 4c0ca7a

Browse files
committed
Add default value for consistency
1 parent 7ec2a25 commit 4c0ca7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dcmdata/include/dcmtk/dcmdata/dcelem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ class DCMTK_DCMDATA_EXPORT DcmElement
356356
* @return EC_Normal upon success, an error code otherwise
357357
*/
358358
virtual OFCondition getOFString(OFString &str,
359-
const unsigned long pos,
359+
const unsigned long pos = 0,
360360
OFBool normalize = OFTrue);
361361

362362
/** get entire element value as a character string.

0 commit comments

Comments
 (0)