[haiku-commits] haiku: hrev43270 - src/apps/webwatch

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 14 Nov 2011 21:58:27 +0100 (CET)

Revision:    hrev43270
Commit:      cf225839c209112990386f69216a319e967d2f40
URL:         http://cgit.haiku-os.org/haiku/commit/?id=cf22583
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Mon Nov 14 14:59:31 2011 UTC

Fix WebWatch build, remove __declspec(dllexport)

............................................................................

 src/apps/webwatch/WatchView.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/apps/webwatch/WatchView.cpp b/src/apps/webwatch/WatchView.cpp
index 585c1c9..02a2c0c 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)) 
        {


Other related posts:

  • » [haiku-commits] haiku: hrev43270 - src/apps/webwatch - kallisti5