mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
AK: Export Statistics to the global namespace
This commit is contained in:
committed by
Andreas Kling
parent
02e682950e
commit
c6e4563489
@@ -123,3 +123,7 @@ private:
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#if USING_AK_GLOBALLY
|
||||
using AK::Statistics;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user