summaryrefslogtreecommitdiff
path: root/include/CommonAPI/DBus/DBusClientId.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommonAPI/DBus/DBusClientId.hpp')
-rw-r--r--include/CommonAPI/DBus/DBusClientId.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CommonAPI/DBus/DBusClientId.hpp b/include/CommonAPI/DBus/DBusClientId.hpp
index 02e369f..982b4dd 100644
--- a/include/CommonAPI/DBus/DBusClientId.hpp
+++ b/include/CommonAPI/DBus/DBusClientId.hpp
@@ -24,7 +24,7 @@ class DBusMessage;
* This class represents the DBus specific implementation of CommonAPI::ClientId.
* It internally uses a string to identify clients. This string is the unique sender id used by dbus.
*/
-class DBusClientId
+class COMMONAPI_EXPORT_CLASS_EXPLICIT DBusClientId
: public CommonAPI::ClientId {
friend struct std::hash<DBusClientId>;