Browse Source

Mend the friendship

Michael Ragazzon 3 years ago
parent
commit
c2321fdc38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Include/RmlUi/Core/Element.h

+ 1 - 1
Include/RmlUi/Core/Element.h

@@ -775,7 +775,7 @@ private:
 	friend class Rml::LayoutBlockBox;
 	friend class Rml::LayoutInlineBox;
 	friend class Rml::ElementScroll;
-	friend void Rml::ReleaseFontResources();
+	friend RMLUICORE_API void Rml::ReleaseFontResources();
 };
 
 } // namespace Rml