summaryrefslogtreecommitdiffstats
path: root/include/binder/MemoryHeapPmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/binder/MemoryHeapPmem.h')
-rw-r--r--include/binder/MemoryHeapPmem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/binder/MemoryHeapPmem.h b/include/binder/MemoryHeapPmem.h
index aac164f..e1660c4 100644
--- a/include/binder/MemoryHeapPmem.h
+++ b/include/binder/MemoryHeapPmem.h
@@ -46,8 +46,7 @@ public:
sp<MemoryHeapPmem> mClientHeap;
};
- MemoryHeapPmem(const sp<MemoryHeapBase>& pmemHeap,
- uint32_t flags = IMemoryHeap::MAP_ONCE);
+ MemoryHeapPmem(const sp<MemoryHeapBase>& pmemHeap, uint32_t flags = 0);
~MemoryHeapPmem();
/* HeapInterface additions */