aboutsummaryrefslogtreecommitdiff
path: root/zenstore/include/zenstore/cidstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'zenstore/include/zenstore/cidstore.h')
-rw-r--r--zenstore/include/zenstore/cidstore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenstore/include/zenstore/cidstore.h b/zenstore/include/zenstore/cidstore.h
index 49f2bf99a..f4439e083 100644
--- a/zenstore/include/zenstore/cidstore.h
+++ b/zenstore/include/zenstore/cidstore.h
@@ -50,8 +50,8 @@ public:
// TODO: add batch filter support
private:
- struct CidState;
- std::unique_ptr<CidState> m_Impl;
+ struct Impl;
+ std::unique_ptr<Impl> m_Impl;
};
} // namespace zen