summaryrefslogtreecommitdiffstats
path: root/sandbox/src
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/src')
-rw-r--r--sandbox/src/crosscall_params.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/crosscall_params.h b/sandbox/src/crosscall_params.h
index 4c1e4fe..800c8e9 100644
--- a/sandbox/src/crosscall_params.h
+++ b/sandbox/src/crosscall_params.h
@@ -144,7 +144,7 @@ class CrossCallParams {
protected:
// constructs the IPC call params. Called only from the derived classes
- explicit CrossCallParams(uint32 tag, size_t params_count)
+ CrossCallParams(uint32 tag, size_t params_count)
: tag_(tag),
params_count_(params_count),
is_in_out_(0) {