diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-25 14:57:09 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-25 14:57:09 +0100 |
| commit | 98488e899a750703562d868d734251cfe032e294 (patch) | |
| tree | 9bd60859300f4d14f00e4c28d8f87e6a5396abb4 /src/base_tab/BaseTab.hpp | |
| parent | cbcc455e339a6fec87f16369e450620ef7692a34 (diff) | |
Enable database export
Diffstat (limited to 'src/base_tab/BaseTab.hpp')
| -rw-r--r-- | src/base_tab/BaseTab.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base_tab/BaseTab.hpp b/src/base_tab/BaseTab.hpp index cd3aff0..f58e182 100644 --- a/src/base_tab/BaseTab.hpp +++ b/src/base_tab/BaseTab.hpp @@ -20,5 +20,6 @@ public: void LoadFile(); void OnDelete(wxCommandEvent &event); void OnSave(wxCommandEvent &event); + void OnExport(wxCommandEvent &event); void OnOpenGame(wxListEvent &event); };
\ No newline at end of file |
