xo-imgui: clang compiler nits

This commit is contained in:
Roland Conybeare 2025-08-29 19:33:09 -04:00
commit f46c1d613e
3 changed files with 5 additions and 1 deletions

View file

@ -56,7 +56,8 @@ namespace xo {
*
* Passed to @ref Object::deep_move for example
**/
struct ObjectStatistics {
class ObjectStatistics {
public:
void display(std::ostream & os) const;
/** per-object-type statistics, indexed by TypeId **/