summaryrefslogtreecommitdiffstats
path: root/views/controls/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/link.h')
-rw-r--r--views/controls/link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/link.h b/views/controls/link.h
index 0ba6a38..2392bee 100644
--- a/views/controls/link.h
+++ b/views/controls/link.h
@@ -22,7 +22,7 @@ class LinkListener;
// controller which is notified when a click occurs.
//
////////////////////////////////////////////////////////////////////////////////
-class VIEWS_API Link : public Label {
+class VIEWS_EXPORT Link : public Label {
public:
Link();
explicit Link(const std::wstring& title);