Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit afe027d

Browse files
bourtembIngvord
authored andcommitted
Resolve #386 conflicts
1 parent b3bad4d commit afe027d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/tango/client/DeviceData.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,9 @@ namespace Tango {
389389

390390
void operator<<(double datum) { any <<= datum; }
391391

392-
void operator<<(char *&datum) { any <<= datum; }
392+
void operator<<(char *datum) { any <<= datum; }
393393

394-
void operator<<(const char *&datum) { any <<= datum; }
394+
void operator<<(const char *datum) { any <<= datum; }
395395

396396
void operator<<(string &datum) { any <<= datum.c_str(); }
397397

0 commit comments

Comments
 (0)