examples: Adding example for the experimental support of PIT aggregate stats
diff --git a/utils/trie/aggregate-stats-policy.h b/utils/trie/aggregate-stats-policy.h
index c8d9dea..ce466dd 100644
--- a/utils/trie/aggregate-stats-policy.h
+++ b/utils/trie/aggregate-stats-policy.h
@@ -105,7 +105,7 @@
       }
 
       inline void
-      resetStats ()
+      ResetStats ()
       {
         m_updates = 0;
         m_inserts = 0;