summaryrefslogtreecommitdiffhomepage
path: root/Stars45/RadioVox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/RadioVox.cpp')
-rw-r--r--Stars45/RadioVox.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Stars45/RadioVox.cpp b/Stars45/RadioVox.cpp
index 59340a4..2131aae 100644
--- a/Stars45/RadioVox.cpp
+++ b/Stars45/RadioVox.cpp
@@ -11,7 +11,6 @@
View class for Radio Communications HUD Overlay
*/
-#include "MemDebug.h"
#include "RadioVox.h"
#include "RadioView.h"
#include "AudioConfig.h"
@@ -136,7 +135,7 @@ void
RadioVox::Initialize()
{
if (!controller) {
- controller = new(__FILE__,__LINE__) RadioVoxController;
+ controller = new RadioVoxController;
}
}