cpp-common/bt2c: change some `static inline` functions to just `inline`
[babeltrace.git] / src / cpp-common / bt2c / c-string-view.hpp
index 939c8a16455b014d1b5cca10168c75f99af2d7b8..b1a7b6e76d4037fb2976f1248a1a26d4278d822c 100644 (file)
@@ -180,7 +180,7 @@ private:
     const char *_mStr = nullptr;
 };
 
-static inline const char *format_as(const CStringView& str)
+inline const char *format_as(const CStringView& str)
 {
     return str ? *str : "(null)";
 }
This page took 0.025153 seconds and 4 git commands to generate.