added missing dll exports

This commit is contained in:
Andrei Yankovich 2021-04-15 23:14:32 +03:00
parent 7e8c3687d6
commit 6560020e22

View File

@ -21,7 +21,7 @@ struct HANOITOWERSPROTOCOL_EXPORT UserPreview: public QH::StreamBase {
QString userName;
int record;
friend bool operator==(const UserPreview& left, const UserPreview& right);
friend bool HANOITOWERSPROTOCOL_EXPORT operator==(const UserPreview& left, const UserPreview& right);
// StreamBase interface
protected: