Skip to content

Commit

Permalink
Windows|Fixed: Missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 18, 2017
1 parent b0791fe commit aec1e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/sdk/libcore/include/de/data/conditionaltrigger.h
Expand Up @@ -26,7 +26,7 @@ namespace de {
/**
* Conditional trigger that calls a method
*/
class ConditionalTrigger
class DENG2_PUBLIC ConditionalTrigger
{
public:
ConditionalTrigger();
Expand Down
2 changes: 1 addition & 1 deletion doomsday/sdk/libcore/include/de/scriptsys/scheduler.h
Expand Up @@ -26,7 +26,7 @@ namespace de {
/**
* Scheduler for scripts and timelines.
*/
class Scheduler
class DENG2_PUBLIC Scheduler
{
public:
Scheduler();
Expand Down

0 comments on commit aec1e12

Please sign in to comment.