Skip to content

Commit

Permalink
Update - Some refactoring. (naming)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysan committed Nov 29, 2023
1 parent e69d425 commit 17dc089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 17dc089

Please sign in to comment.