• J
    Remove unnecessary "virtual" specifier. · 0158b5ce
    Jesse Zhang 提交于
    These are classes that are only implementing an OsPrint method just so
    that they can have a debug printing facility. They are not overriding
    anything from a base class, so the "virtual" was just a bad habit.
    Remove them.
    0158b5ce
CMemoryPool.h 8.8 KB