[Release] wrt-plugins-common_0.3.76
[framework/web/wrt-plugins-common.git] / src / wrt-popup / wrt / popup-runner / PopupInvoker.h
index 157640a..278db6d 100644 (file)
@@ -66,8 +66,8 @@ class PopupInvoker
 
     DPL::NamedInputPipe m_input;
     DPL::NamedOutputPipe m_output;
-    const std::string m_inputName;
-    const std::string m_outputName;
+    std::string m_inputName;
+    std::string m_outputName;
 };
 } // Popup
 } // Wrt