diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 04:22:48 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 04:22:48 +0200 |
| commit | d1fe527d45aecb2b011bb2b25f3d887fd232d4f7 (patch) | |
| tree | 8009cc4f3d7e27c383e2f59c6bd851b4f21fe9de /editor/tests-private.hpp | |
| parent | 9099eec2a638bcf61bf46e86740458d933197577 (diff) | |
a
Diffstat (limited to 'editor/tests-private.hpp')
| -rw-r--r-- | editor/tests-private.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/tests-private.hpp b/editor/tests-private.hpp index 777daba5..01a15a33 100644 --- a/editor/tests-private.hpp +++ b/editor/tests-private.hpp @@ -23,14 +23,14 @@ using variant = std::variant<std::monostate, tests::path_test>; namespace floormat { -struct tests_data final : tests_data_ +struct tests_data final : tests_data_, tests::variant { fm_DECLARE_DELETED_COPY_ASSIGNMENT(tests_data); tests_data(); ~tests_data() noexcept override; + using tests::variant::operator=; //tests::variant& operator*(); //tests::variant* operator->(); - tests::variant data{std::monostate{}}; }; } // namespace floormat |
