Fix WebWatch build, remove __declspec(dllexport)
This commit is contained in:
@@ -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))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user