fix: make headers parseable by CppParser/PocoDoc

This commit is contained in:
Günter Obiltschnig
2024-02-06 09:59:38 +01:00
parent 3bb76f51ad
commit 7ffdcf97d4
6 changed files with 47 additions and 17 deletions

View File

@@ -32,7 +32,7 @@ class AtomicFloat
{
public:
AtomicFloat():
_value{0}
_value(0.0)
{
}