1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-16 10:08:36 +03:00

0027242: Configuration - add missing Standard_EXPORT to OpenGl_TextBuilder class constructor

This commit is contained in:
kgv 2016-03-10 09:53:35 +03:00 committed by abv
parent 04c2daa466
commit 978ca537d5

View File

@ -34,7 +34,7 @@ class OpenGl_TextBuilder
public: public:
//! Creates empty object. //! Creates empty object.
OpenGl_TextBuilder(); Standard_EXPORT OpenGl_TextBuilder();
//! Creates texture quads for the given text. //! Creates texture quads for the given text.
Standard_EXPORT void Perform (const Font_TextFormatter& theFormatter, Standard_EXPORT void Perform (const Font_TextFormatter& theFormatter,