mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-30 10:12:23 +00:00
Fix compile error.
Signed-off-by: Adam Capparelli <adam.capparelli@alumni.utoronto.ca>
This commit is contained in:
@@ -276,7 +276,7 @@ public:
|
|||||||
poco_assert_dbg (!pPreparator.isNull());
|
poco_assert_dbg (!pPreparator.isNull());
|
||||||
if (obj.isNull())
|
if (obj.isNull())
|
||||||
{
|
{
|
||||||
pPreparator->prepare(pos++, Poco::Data::Keywords::null));
|
pPreparator->prepare(pos++, T());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user