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