basic_data.hpp is now a real interface.
This commit is contained in:
parent
d5a06ce1ab
commit
f2102c3708
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace data {
|
|||
|
||||
virtual void window_size(int width, int height) = 0;
|
||||
|
||||
[[nodiscard]] virtual std::string get_name() const noexcept = 0;
|
||||
[[nodiscard]] virtual const std::string &get_name() const noexcept = 0;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue