Skip to content

Commit

Permalink
Issue #84: using GG_EXPORTS macro when defining VideoTargetFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Apr 15, 2019
1 parent 9405aac commit c0ecc74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/videotargetfactory.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include "exports.h"
#include "macros.h"
#include "codec.h"
#include "ivideotarget.h"
Expand All @@ -19,7 +20,7 @@ namespace gg
//!
//! \sa IVideoTarget
//!
class VideoTargetFactory
class GG_EXPORTS VideoTargetFactory
{
protected:
//!
Expand Down

0 comments on commit c0ecc74

Please sign in to comment.