aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/functions.h')
-rw-r--r--tests/libsample/functions.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/libsample/functions.h b/tests/libsample/functions.h
index 02256e033..848777e19 100644
--- a/tests/libsample/functions.h
+++ b/tests/libsample/functions.h
@@ -26,6 +26,7 @@
#include "libsamplemacros.h"
#include <list>
#include <utility>
+#include "oddbool.h"
#include "complex.h"
#include "objecttype.h"
@@ -69,5 +70,7 @@ LIBSAMPLE_API long acceptLong(long x);
LIBSAMPLE_API unsigned long acceptULong(unsigned long x);
LIBSAMPLE_API double acceptDouble(double x);
-#endif // FUNCTIONS_H
+LIBSAMPLE_API int acceptIntReference(int& x);
+LIBSAMPLE_API OddBool acceptOddBoolReference(OddBool& x);
+#endif // FUNCTIONS_H