From 70e9a4e996c6394e1fa1151d191214a3e299e44d Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 28 Jul 2024 14:26:07 +0200 Subject: [PATCH] chore: add a TODO --- include/dwarfs/history.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dwarfs/history.h b/include/dwarfs/history.h index b5c7d915..fb663537 100644 --- a/include/dwarfs/history.h +++ b/include/dwarfs/history.h @@ -35,6 +35,8 @@ namespace dwarfs { +// TODO: don't expose thrift types in the public API + class history { public: explicit history(history_config const& cfg = {});