changeset 13040:12ba32dd3458

Mark profiler class and data for export. * src/profiler: Add OCTINTERP_API modifier to profile_data_accumulator and profiler.
author Michael Goffioul <michael.goffioul@gmail.com>
date Fri, 02 Sep 2011 21:48:41 +0100
parents 8afb81b32748
children e5a49b2f8225
files src/profiler.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/profiler.h	Thu Sep 01 20:27:21 2011 -0500
+++ b/src/profiler.h	Fri Sep 02 21:48:41 2011 +0100
@@ -31,7 +31,7 @@
 class octave_value;
 
 class
-OCTAVE_API
+OCTINTERP_API
 profile_data_accumulator
 {
 public:
@@ -173,7 +173,7 @@
 };
 
 // The instance used.
-extern profile_data_accumulator profiler;
+extern OCTINTERP_API profile_data_accumulator profiler;
 
 // Helper macro to profile a block of code.
 #define BEGIN_PROFILER_BLOCK(name) \