GSP_GPU: move used_thread_ids into the class

This commit is contained in:
Weiyi Wang 2019-06-23 14:07:14 -04:00
parent bb776e25a9
commit 8251de44cf
4 changed files with 31 additions and 12 deletions

View file

@ -156,7 +156,7 @@ protected:
RegisterHandlersBase(functions, n);
}
std::unique_ptr<SessionDataBase> MakeSessionData() const override {
std::unique_ptr<SessionDataBase> MakeSessionData() override {
return std::make_unique<SessionData>();
}