From 796209b3cac74385a40051c8a849191b5d5d3f90 Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Sun, 8 Feb 2015 14:38:32 +0000 Subject: [PATCH] uninted variables in memory_space --- include/zipr_mem_space.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zipr_mem_space.h b/include/zipr_mem_space.h index 1186217..d295019 100644 --- a/include/zipr_mem_space.h +++ b/include/zipr_mem_space.h @@ -38,7 +38,7 @@ class ZiprMemorySpace_t : public MemorySpace_t { public: ZiprMemorySpace_t(ZiprOptions_t *opts) : - m_opts(opts) + m_opts(opts), max_plopped(0), min_plopped(-1) { } -- GitLab