Library: Don't fail link without library support

This commit is contained in:
Ilari Liusvaara 2014-11-01 11:16:11 +02:00
parent 50215d8c01
commit 35f027fabf

View file

@ -30,6 +30,7 @@ namespace
#endif #endif
#else #else
std::string callsign = ""; std::string callsign = "";
std::string callsign_ext = "";
#endif #endif
} }