Blind fix: writerfilter::TableManager used without template parameters
Change-Id: I351478d9dbde6f7459145b82a73fb5bb119a6bdb
This commit is contained in:
@@ -149,7 +149,7 @@ public:
|
|||||||
|
|
||||||
bool isInCell()
|
bool isInCell()
|
||||||
{
|
{
|
||||||
return TableManager::isInCell();
|
return DomainMapperTableManager_Base_t::isInCell();
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user