Index: installer/src/installer-lib/process.h |
=================================================================== |
--- a/installer/src/installer-lib/process.h |
+++ b/installer/src/installer-lib/process.h |
@@ -144,7 +144,7 @@ |
/** |
* Extractor that copies only the PID. |
*/ |
-struct CopyPID |
+struct CopyPid |
: public std::unary_function<PROCESSENTRY32W, DWORD> |
{ |
inline DWORD operator()(const PROCESSENTRY32W& process) |
@@ -620,7 +620,7 @@ |
/** |
* Copy function object copies just the process ID. |
*/ |
- CopyPID copy; |
+ CopyPid copy; |
/** |
* Snapshot of running processes. |