Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / base / win / scoped_gdi_object.h
index d44310a..57b013e 100644 (file)
@@ -60,7 +60,7 @@ class ScopedGDIObject {
 // An explicit specialization for HICON because we have to call DestroyIcon()
 // instead of DeleteObject() for HICON.
 template<>
-void ScopedGDIObject<HICON>::Close() {
+void inline ScopedGDIObject<HICON>::Close() {
   if (object_)
     DestroyIcon(object_);
 }