summaryrefslogtreecommitdiff
path: root/host-common/RefcountPipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'host-common/RefcountPipe.h')
-rw-r--r--host-common/RefcountPipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host-common/RefcountPipe.h b/host-common/RefcountPipe.h
index 6956bd58..28e926b9 100644
--- a/host-common/RefcountPipe.h
+++ b/host-common/RefcountPipe.h
@@ -29,7 +29,7 @@ public:
class Service final : public AndroidPipe::Service {
public:
Service();
- AndroidPipe* create(void* hwPipe, const char* args) override;
+ AndroidPipe* create(void* hwPipe, const char* args, enum AndroidPipeFlags flags) override;
AndroidPipe* load(void* hwPipe,
const char* args,
android::base::Stream* stream) override;