Kaydet (Commit) 8b84408e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Blind fix: writerfilter::TableManager used without template parameters

Change-Id: I351478d9dbde6f7459145b82a73fb5bb119a6bdb
üst b8fc1721
...@@ -149,7 +149,7 @@ public: ...@@ -149,7 +149,7 @@ public:
bool isInCell() bool isInCell()
{ {
return TableManager::isInCell(); return DomainMapperTableManager_Base_t::isInCell();
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment