OSDN Git Service

Added support for Visual Studio 2017.9 (v15.9.16).
[mutilities/MUtilities.git] / src / Utils_Win32.h
index d6e0bfe..f5ac476 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2015 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,7 @@ namespace MUtils
 {
        namespace Win32Utils
        {
-               uintptr_t qicon_to_hicon(const QIcon &icon, const int w, const int h);
+               uintptr_t qicon_to_hicon(const QIcon *const icon, const int w, const int h);
                const uintptr_t &resolve_helper(const QString &libraryName, const QString &functionName);
 
                template<class T>