diff --git a/Z80.CPU/v1.0/sources/Z80.c b/Z80.CPU/v1.0/sources/Z80.c index 9797e1a..64dd900 100644 --- a/Z80.CPU/v1.0/sources/Z80.c +++ b/Z80.CPU/v1.0/sources/Z80.c @@ -12,8 +12,7 @@ Released under the terms of the GNU General Public License v3. */ typedef quint8 (* Instruction)(Z80 *object); -#undef Q_PRIVATE -#define Q_PRIVATE static + /* MARK: - Macros: External */ #define O(member) Q_OFFSET_OF(Z80, member)