Skip to content

Commit 724758a

Browse files
committed
Change access modifier of Console class members from private to public
1 parent d47a8e8 commit 724758a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/SmSdk/Util/Console.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ namespace UTILS
7777

7878
//inline static std::function<void(const char*, const char*, unsigned int)> sm_assertHandler = nullptr;
7979

80-
private:
80+
public:
8181
//inline static std::mutex sm_logMutex = std::mutex();
8282
//inline static std::mutex sm_logNoRepeatMutex = std::mutex();
8383
//inline static std::unordered_set<std::uint64_t> sm_messageCache = {};

0 commit comments

Comments
 (0)