Correct sonar bugs and address smells
[ric-plt/xapp-frame-cpp.git] / src / config / config_cb.hpp
index f94d129..e71dac8 100644 (file)
@@ -55,7 +55,7 @@ class Config_cb {
 
        public:
                Config_cb( notify_callback cbfun, void* user_data );            // builder
-               void Drive_cb( xapp::Config& c, void* udata );                          // invoker
+               void Drive_cb( xapp::Config& c, void* user_data ) const;        // invokers
 };
 
 } // namespace