From 5767691f4e9260b25f440ef42bb9853aeba89b56 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 23 Jul 2014 20:26:54 -0400 Subject: Get rid of a few C-style struct declarations --- .../ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/InputCommon/ControllerInterface') diff --git a/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp b/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp index 57abcb1b1f..ed8cfbf998 100644 --- a/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp +++ b/Source/Core/InputCommon/ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp @@ -15,11 +15,11 @@ template class ForceFeedbackDevice::Force; template class ForceFeedbackDevice::Force; template class ForceFeedbackDevice::Force; -typedef struct +struct ForceType { GUID guid; const std::string name; -} ForceType; +}; static const ForceType force_type_names[] = { -- cgit v1.2.3