From cf225839c209112990386f69216a319e967d2f40 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Mon, 14 Nov 2011 14:59:31 +0000 Subject: [PATCH] Fix WebWatch build, remove __declspec(dllexport) --- src/apps/webwatch/WatchView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/webwatch/WatchView.cpp b/src/apps/webwatch/WatchView.cpp index 585c1c92c8..02a2c0c2b0 100644 --- a/src/apps/webwatch/WatchView.cpp +++ b/src/apps/webwatch/WatchView.cpp @@ -68,7 +68,7 @@ WatchView::WatchView(BMessage* message) /////////////////////////////////////////////////////////////////////////////// -__declspec(dllexport) WatchView* WatchView::Instantiate(BMessage* archive) +WatchView* WatchView::Instantiate(BMessage* archive) { if (validate_instantiation(archive, REPLICANT_CLASS)) {