Skip to content
Snippets Groups Projects
Commit 796209b3 authored by jdh8d's avatar jdh8d
Browse files

uninted variables in memory_space

parent 69e4f1b0
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ class ZiprMemorySpace_t : public MemorySpace_t ...@@ -38,7 +38,7 @@ class ZiprMemorySpace_t : public MemorySpace_t
{ {
public: public:
ZiprMemorySpace_t(ZiprOptions_t *opts) : ZiprMemorySpace_t(ZiprOptions_t *opts) :
m_opts(opts) m_opts(opts), max_plopped(0), min_plopped(-1)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment