| Index: installer/src/installer-lib/DLL.h |
| =================================================================== |
| --- a/installer/src/installer-lib/DLL.h |
| +++ b/installer/src/installer-lib/DLL.h |
| @@ -2,8 +2,8 @@ |
| * \file DLL.h The DLL as a Windows system module. |
| */ |
| -#ifndef DLL_H |
| -#define DLL_H |
| +#ifndef DLL_H |
| +#define DLL_H |
| #include <memory> |
| #include <string> |
| @@ -36,7 +36,7 @@ |
| /** |
| * Textual name of the DLL as an OS module. |
| */ |
| - std::wstring name(); |
| + std::wstring Name(); |
| private: |
| /** |
| @@ -59,7 +59,7 @@ |
| * |
| * Implemented as a smart pointer for deferred evaluation of the system call to get the module name. |
| */ |
| - std::shared_ptr< std::wstring > _name; |
| + std::shared_ptr< std::wstring > name; |
| }; |
| #endif |