Skip to content

Commit

Permalink
Issue #84: using GG_EXPORTS macro when defining VideoFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Apr 15, 2019
1 parent ca486f7 commit e54097c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/videoframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace cv
#endif
#endif // USE_OPENCV

#include "exports.h"
#include <memory>
#include "maskframe.h"
#include "except.h"
Expand Down Expand Up @@ -44,7 +45,7 @@ enum ColourSpace
//! within a single frame object, so as to preserve temporal
//! relations and to facilitate potential stereo encoding.
//!
class VideoFrame
class GG_EXPORTS VideoFrame
{
protected:
//!
Expand Down

0 comments on commit e54097c

Please sign in to comment.