Added YATE_API specifier to the Base64 class.

git-svn-id: http://voip.null.ro/svn/yate@1879 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-04-08 07:38:03 +00:00
parent acd20f6e93
commit 70465bf47c
1 changed files with 1 additions and 1 deletions

View File

@ -2887,7 +2887,7 @@ private:
* Base64 encoder/decoder class
* @short Base64 encoder/decoder class
*/
class Base64 : public DataBlock
class YATE_API Base64 : public DataBlock
{
public:
/**