Pure Virtual Method Called

后端 未结 7 1100
盖世英雄少女心
盖世英雄少女心 2021-02-08 10:24

EDIT: SOLVED

I\'m working on a multi-threaded project right now where I have a base worker class, with varying worker classes that inherit from it. At r

7条回答
  •  故里飘歌
    2021-02-08 10:37

    I got this error message once, and though it doesn't relate to the asker's exact case, I add this in hopes that it might be useful to others:

    I fixed the issue by doing a clean build.

提交回复
热议问题