summaryrefslogtreecommitdiffstats
path: root/src/client/SigClientInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/SigClientInterface.hpp')
-rw-r--r--src/client/SigClientInterface.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/client/SigClientInterface.hpp b/src/client/SigClientInterface.hpp
index 7409688a..116ec0dc 100644
--- a/src/client/SigClientInterface.hpp
+++ b/src/client/SigClientInterface.hpp
@@ -18,10 +18,12 @@
#ifndef INGEN_CLIENT_SIGCLIENTINTERFACE_HPP
#define INGEN_CLIENT_SIGCLIENTINTERFACE_HPP
-#include <inttypes.h>
+#include <stdint.h>
+
#include "raul/Path.hpp"
-#include "ingen/ClientInterface.hpp"
+
#include "client/signal.hpp"
+#include "ingen/ClientInterface.hpp"
namespace Ingen {
namespace Client {
@@ -35,7 +37,7 @@ namespace Client {
* documentation for ClientInterface for meanings of signal parameters.
*/
class SigClientInterface : public Ingen::ClientInterface,
- public sigc::trackable
+ public INGEN_TRACKABLE
{
public:
SigClientInterface() {}