summaryrefslogtreecommitdiffstats
path: root/Source/WTF/wtf/win/GDIObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/win/GDIObject.h')
-rw-r--r--Source/WTF/wtf/win/GDIObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WTF/wtf/win/GDIObject.h b/Source/WTF/wtf/win/GDIObject.h
index 791861daf..11b93c247 100644
--- a/Source/WTF/wtf/win/GDIObject.h
+++ b/Source/WTF/wtf/win/GDIObject.h
@@ -111,7 +111,7 @@ template<typename T> inline void swap(GDIObject<T>& a, GDIObject<T>& b)
}
// Nearly all GDI types use the same DeleteObject call.
-template<typename T> inline void deleteObject<T>(T object)
+template<typename T> inline void deleteObject(T object)
{
if (object)
::DeleteObject(object);