From 29eb64192a4a7129febde0260e459d2bcb436f6f Mon Sep 17 00:00:00 2001
From: "Dipl.-Ing. Jonas Stienen" <jst@akustik.rwth-aachen.de>
Date: Wed, 20 Sep 2017 23:08:37 +0200
Subject: [PATCH] Improving interface methods

---
 include/VAInterface.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/VAInterface.h b/include/VAInterface.h
index c915fd7..3985544 100644
--- a/include/VAInterface.h
+++ b/include/VAInterface.h
@@ -693,7 +693,7 @@ public:
 	/**
 	 * Mit dieser Methode wird der Auralisierungsmodus f�r eine Schallquelle festgelegt.
 	 */
-	virtual void SetSoundSourceAuralizationMode( const int iSoundSourceID, int iAuralizationMode ) = 0;
+	virtual void SetSoundSourceAuralizationMode( const int iSoundSourceID, const int iAuralizationMode ) = 0;
 
 	//! Set sound source parameters
 	/**
@@ -726,7 +726,7 @@ public:
 	/**
 	 * In order to remove an assigned directivity, you can pass -1 to the method.
 	 */
-	virtual void SetSoundSourceDirectivity( int iSoundSourceID, int iDirectivityID ) = 0;
+	virtual void SetSoundSourceDirectivity( const int iSoundSourceID, const int iDirectivityID ) = 0;
 
 	//! Lautst�rke einer Schallquelle zur�ckgeben
 	/**
-- 
GitLab