From 47b97b04fefda91945ebfb2881a5a0bffc049626 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 7 Feb 2013 22:49:04 -0500 Subject: [PATCH] fix typo --- toolbox/toolbox.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolbox/toolbox.cpp b/toolbox/toolbox.cpp index a572de0..ef56123 100644 --- a/toolbox/toolbox.cpp +++ b/toolbox/toolbox.cpp @@ -8,6 +8,7 @@ #include "toolbox.h" #include "rm.h" +#include "mm.h" // yuck. TST.W d0 extern "C" void cpuSetFlagsNZ00NewW(UWO res); @@ -28,7 +29,7 @@ namespace ToolBox { case 0xa51e: case 0xa71e: // clear = bit 9, sys = bit 10 - d0 = MM:NewPtr(trap); + d0 = MM::NewPtr(trap); break;