aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libother/otherderived.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-02-18 16:56:03 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-02-18 16:56:03 -0300
commitd55111e3521728eee0b85eac5c3054a3901e8044 (patch)
tree49d2f6c94b68827913b8a8e198016d1c3aa571df /tests/libother/otherderived.h
parent9a79bfd18af4abe30351c2091bb8ae5d3bc23b59 (diff)
libother now uses its own library export macros instead of libsample ones.
Diffstat (limited to 'tests/libother/otherderived.h')
-rw-r--r--tests/libother/otherderived.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libother/otherderived.h b/tests/libother/otherderived.h
index 447c6c567..ff425da53 100644
--- a/tests/libother/otherderived.h
+++ b/tests/libother/otherderived.h
@@ -35,7 +35,7 @@
#ifndef OTHERDERIVED_H
#define OTHERDERIVED_H
-#include "libsamplemacros.h"
+#include "libothermacros.h"
#include "abstract.h"
#include "derived.h"
#include "objecttype.h"
@@ -43,7 +43,7 @@
class ObjectType;
-class LIBSAMPLE_API OtherDerived : public Abstract
+class LIBOTHER_API OtherDerived : public Abstract
{
public:
OtherDerived(int id = -1);