mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
fix: make headers parseable by CppParser/PocoDoc
This commit is contained in:
@@ -32,7 +32,7 @@ class AtomicFloat
|
||||
{
|
||||
public:
|
||||
AtomicFloat():
|
||||
_value{0}
|
||||
_value(0.0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user