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)) {