aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-01-25 02:01:11 +0000
committerlloyd <[email protected]>2012-01-25 02:01:11 +0000
commit3d6c45f0f9e66183bd7bcd4751e67e682e956cb0 (patch)
tree40e2ba595bb99e31f2c736e44a1bd33dc820ee0a /src
parent1deb5cd9586c80fb899823cb2c942b268ed4ae80 (diff)
Fix -Wreorder warning
Diffstat (limited to 'src')
-rw-r--r--src/alloc/secmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc/secmem.h b/src/alloc/secmem.h
index df538c54d..6c8a75c44 100644
--- a/src/alloc/secmem.h
+++ b/src/alloc/secmem.h
@@ -166,7 +166,7 @@ class MemoryRegion
virtual ~MemoryRegion() { deallocate(buf, allocated); }
protected:
- MemoryRegion() : buf(0), alloc(0), used(0), allocated(0) {}
+ MemoryRegion() : buf(0), used(0), allocated(0), alloc(0) {}
/**
* Copy constructor