X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fxapp%2Fxapp.hpp;h=5ba47ec205280d4ba7cded99ecc0dfdfa20236d0;hb=refs%2Fchanges%2F40%2F4240%2F1;hp=83540ecafbf0621c5004d25b873680d740bd2e77;hpb=0b08d9dc1639e926c1df4535703b67903a86aad7;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/src/xapp/xapp.hpp b/src/xapp/xapp.hpp index 83540ec..5ba47ec 100644 --- a/src/xapp/xapp.hpp +++ b/src/xapp/xapp.hpp @@ -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