Skip to content

Commit

Permalink
[CHG] 更新参数命名
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjluoning committed Nov 25, 2014
1 parent 11cfbd5 commit dccb3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/base/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CThread
virtual ~CThread();

#ifdef _WIN32
static DWORD WINAPI StartRoutine(LPVOID lpParameter);
static DWORD WINAPI StartRoutine(LPVOID arg);
#else
static void* StartRoutine(void* arg);
#endif
Expand Down

0 comments on commit dccb3b7

Please sign in to comment.