aboutsummaryrefslogtreecommitdiffstats
path: root/include/libsoundmanager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/libsoundmanager.hpp')
-rw-r--r--include/libsoundmanager.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libsoundmanager.hpp b/include/libsoundmanager.hpp
index 55e23df..740675b 100644
--- a/include/libsoundmanager.hpp
+++ b/include/libsoundmanager.hpp
@@ -45,7 +45,7 @@ public:
Event_AsyncSetSourceState_Off ,
Event_AsyncSetSourceState_Pause
};
-
+
/* Method */
int registerSource(const std::string& sourceName);
int connect(int sourceID, int sinkID);
@@ -59,7 +59,7 @@ public:
int unsubscribe(const std::string& event_name);
void set_event_handler(enum EventType_AsyncSetSourceState et, handler_asyncSetSourceState f);
void register_callback(
- void (*event_cb)(const std::string& event, struct json_object* event_contents),
+ void (*event_cb)(const std::string& event, struct json_object* event_contents),
void (*reply_cb)(struct json_object* reply_contents),
void (*hangup_cb)(void) = nullptr);
void register_callback(