Skip to content

Commit

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

#include "exports.h"
#include "videoframe.h"
#include "except.h"
#include "iobservable.h"
Expand All @@ -12,7 +13,7 @@
//! This enables the underlying algorithms to be agnostic of
//! the data sources.
//!
class IVideoSource : public gg::IObservable
class GG_EXPORTS IVideoSource : public gg::IObservable
{
public:
//!
Expand Down

0 comments on commit 9b27907

Please sign in to comment.