1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

Fix websocketpp crash o.O

This commit is contained in:
Dominik Schmidt
2015-11-08 21:44:45 +01:00
parent f680e7f44b
commit 6c8581fcb2

View File

@@ -71,7 +71,7 @@ endmacro()
if(NOT WIN32) if(NOT WIN32)
# enforce proper symbol exporting on all platforms but Windows # enforce proper symbol exporting on all platforms but Windows
tomahawk_add_c_flags( "-fvisibility=hidden" ) tomahawk_add_definitions( "-fvisibility=hidden" )
endif() endif()
# enforce using constBegin, constEnd for const-iterators # enforce using constBegin, constEnd for const-iterators