From 17dc089c724f9dae5f8cfe668e26e8cf26b6f62c Mon Sep 17 00:00:00 2001 From: Kurihara Date: Wed, 29 Nov 2023 23:54:06 +0900 Subject: [PATCH] Update - Some refactoring. (naming) --- samples/sample.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sample.cpp b/samples/sample.cpp index adc4546..dbb74f9 100644 --- a/samples/sample.cpp +++ b/samples/sample.cpp @@ -325,7 +325,7 @@ class CModuleC : public threadmgr::CThreadMgrBase int main (void) { - setLogFileptr(stdout); + set_log_fileptr(stdout); threadmgr::CThreadMgr *p_mgr = threadmgr::CThreadMgr::get_instance();