Add const qualifier to constructor port parameter
[ric-plt/xapp-frame-cpp.git] / src / xapp / xapp.hpp
index 83540ec..5ba47ec 100644 (file)
@@ -52,7 +52,7 @@ class Xapp : public Messenger {
                Xapp& operator=( const Xapp& soi );
 
        public:
-               Xapp( char* listen_port, bool wait4rt );        // builder
+               Xapp( const char* listen_port, bool wait4rt );  // builder
                Xapp( );
                ~Xapp();                                                                        // destroyer