Fix forward declaration
This commit is contained in:
parent
b338b730db
commit
867c2969cc
@ -23,7 +23,7 @@ namespace Data {
|
||||
std::unordered_map<sf::Keyboard::Key, Button> m_key_to_button;
|
||||
std::unordered_map<Button, sf::Keyboard::Key> m_button_to_key;
|
||||
|
||||
friend class Preferences;
|
||||
friend struct Preferences;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user