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 Aug 25, 2015
1 parent 8fd1287 commit 0523f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -27,7 +27,7 @@ namespace de {
/**
* Fade to/from black.
*/
class FadeToBlackWidget : public LabelWidget
class LIBAPPFW_PUBLIC FadeToBlackWidget : public LabelWidget
{
public:
FadeToBlackWidget();
Expand Down
Expand Up @@ -32,7 +32,7 @@ namespace de {
* Unlike a regular button, ensures that if the popup is open when the button is
* clicked, the popup will just close and not be immediately opened again.
*/
class PopupButtonWidget : public ButtonWidget
class LIBAPPFW_PUBLIC PopupButtonWidget : public ButtonWidget
{
public:
typedef std::function<PopupWidget * (PopupButtonWidget const &)> Constructor;
Expand Down

0 comments on commit 0523f8a

Please sign in to comment.