diff options
Diffstat (limited to 'dev/ThirdParty/Dialogs.h')
| -rw-r--r-- | dev/ThirdParty/Dialogs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ThirdParty/Dialogs.h b/dev/ThirdParty/Dialogs.h index af325e4..7e0b5eb 100644 --- a/dev/ThirdParty/Dialogs.h +++ b/dev/ThirdParty/Dialogs.h @@ -218,7 +218,7 @@ namespace internal { : m_proc(reinterpret_cast<T*>((void*) ::GetProcAddress(lib.handle, sym.c_str()))) {} explicit operator bool() const { return m_proc != nullptr; } - operator T*() const { return m_proc; } + operator T*() const { return m_proc; } private: T* m_proc; |
