OSDN Git Service

Some improvements to minimum OS version check.
[mutilities/MUtilities.git] / src / Utils_Win32.h
index 689d698..043deb7 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2016 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2018 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>