mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
Add ‘private' to class member.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
Authors: Li Yingxin (liyingxin@sogou-inc.com)
|
||||
Wu Jiaxu (wujiaxu@sogou-inc.com)
|
||||
Xie Han (xiehan@sogou-inc.com)
|
||||
*/
|
||||
|
||||
#ifndef _WFFACILITIES_H_
|
||||
@@ -95,6 +96,7 @@ public:
|
||||
this->cond->signal(NULL);
|
||||
}
|
||||
|
||||
private:
|
||||
WFConditional *cond;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user