mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-28 15:41:22 +01:00
[trunk] Fix typo in DynamicAnyTest.h.
Add namespace declarer Poco to make gcc happy.
This commit is contained in:
@@ -163,7 +163,7 @@ private:
|
||||
template <typename T>
|
||||
void testEmptyComparisons()
|
||||
{
|
||||
DynamicAny da;
|
||||
Poco::DynamicAny da;
|
||||
T val = 0;
|
||||
|
||||
assert (da != val);
|
||||
|
||||
Reference in New Issue
Block a user