summaryrefslogtreecommitdiff
path: root/LiteEditor/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/frame.h')
-rw-r--r--LiteEditor/frame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LiteEditor/frame.h b/LiteEditor/frame.h
index 122cbd76..81e7ee51 100644
--- a/LiteEditor/frame.h
+++ b/LiteEditor/frame.h
@@ -389,6 +389,9 @@ protected:
void OnParsingThreadMessage (wxCommandEvent &e);
void OnDatabaseUpgrade (wxCommandEvent &e);
void OnClearTagsCache (wxCommandEvent &e);
+ void OnRetaggingCompelted (wxCommandEvent &e);
+ void OnRetaggingProgress (wxCommandEvent &e);
+
void OnRecentFile(wxCommandEvent &event);
void OnRecentWorkspace(wxCommandEvent &event);
void OnBackwardForward(wxCommandEvent &event);