| Index: sandbox/src/target_process.h
|
| diff --git a/sandbox/src/target_process.h b/sandbox/src/target_process.h
|
| index 5afe6540e42654e09874c73ba07f1b1e9c7e3050..7d16153cf33afa5cbee4ca3298df70a64470d253 100644
|
| --- a/sandbox/src/target_process.h
|
| +++ b/sandbox/src/target_process.h
|
| @@ -81,7 +81,7 @@ class TargetProcess {
|
| }
|
|
|
| // Transfers a 32-bit variable between the broker and the target.
|
| - ResultCode TransferVariable(char* name, void* address, size_t size);
|
| + ResultCode TransferVariable(const char* name, void* address, size_t size);
|
|
|
| private:
|
| // Details of the target process.
|
|
|