Fix WebWatch build, remove __declspec(dllexport)

This commit is contained in:
Alexander von Gluck IV
2011-11-14 14:59:31 +00:00
parent f09b888e61
commit cf225839c2
+1 -1
View File
@@ -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)) if (validate_instantiation(archive, REPLICANT_CLASS))
{ {