Release 4.0.0-preview1-00243
[platform/core/csapi/tizenfx.git] / src / Tizen.Uix.InputMethod / Tizen.Uix.InputMethod / InputMethodDeviceInformation.cs
index 6f3d788..242e291 100755 (executable)
@@ -122,10 +122,10 @@ namespace Tizen.Uix.InputMethod
     /// <summary>
     /// this class gives the device information, like the name, class and subclass
     /// </summary>
-    public class VoiceControlDeviceInformation
+    public class InputMethodDeviceInformation
     {
         private IntPtr _handle;
-        internal VoiceControlDeviceInformation(IntPtr handle)
+        internal InputMethodDeviceInformation(IntPtr handle)
         {
             _handle = handle;
         }