fix(Hacks): disable copy, Hacks is now uncreatable

This commit is contained in:
Ronan Abhamon 2017-10-03 13:49:30 +02:00
parent f3206e9f79
commit 4451f49d74

View file

@ -32,6 +32,11 @@ LINPHONE_BEGIN_NAMESPACE
class Hacks {
public:
static bool contactHasParam(const std::string &contact, const std::string &paramName);
private:
Hacks () = default;
L_DISABLE_COPY(Hacks);
};
LINPHONE_END_NAMESPACE