fix Libretro build

This commit is contained in:
thrust26 2021-02-09 22:44:59 +01:00
parent 3c188fbb9a
commit 47e9269cf2
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ class CartridgeCDF : public Cartridge
void setupVersion();
// Get number of instructions of last ARM run.
const Thumbulator::Stats& CartridgeCDF::stats() const;
const Thumbulator::Stats& stats() const;
private:
// The ROM image of the cartridge