aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libother/otherderived.h
diff options
context:
space:
mode:
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);