summaryrefslogtreecommitdiffstats
path: root/Project/MouseEventsHandler.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2016-08-02 01:01:20 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2016-08-02 01:01:20 -0300
commit0ac91e091e52cae5745b14d62f77f905e559cf92 (patch)
tree918ebb487422cb5b34b0076fff3f976968bd6e9d /Project/MouseEventsHandler.h
parent5e0be3d0a505781c31b3d23450fd92d4cc7b7ce7 (diff)
downloadPSP.git-0ac91e091e52cae5745b14d62f77f905e559cf92.tar.gz
PSP.git-0ac91e091e52cae5745b14d62f77f905e559cf92.tar.xz
PSP.git-0ac91e091e52cae5745b14d62f77f905e559cf92.zip
Cycle dependence fixed.
Next step: remove mouse handler
Diffstat (limited to 'Project/MouseEventsHandler.h')
-rw-r--r--Project/MouseEventsHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/MouseEventsHandler.h b/Project/MouseEventsHandler.h
index ab5680a..5b44084 100644
--- a/Project/MouseEventsHandler.h
+++ b/Project/MouseEventsHandler.h
@@ -11,7 +11,7 @@ public:
MouseEventsHandler(Workspace* workspace);
~MouseEventsHandler();
- void OnKeyDown(wxKeyEvent& event);
+ virtual void OnKeyDown(wxKeyEvent& event);
};