X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fxapp%2Fxapp.hpp;h=5ba47ec205280d4ba7cded99ecc0dfdfa20236d0;hb=0ac0fb452f47bf32beb4965bf7569034c415be93;hp=83540ecafbf0621c5004d25b873680d740bd2e77;hpb=caed01aad345ebae5f7538276f110e57e77f3c95;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