mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-27 10:14:31 +00:00
added missing dll exports
This commit is contained in:
parent
7e8c3687d6
commit
6560020e22
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user