summaryrefslogtreecommitdiff
path: root/shared/customTooltip.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/customTooltip.h')
-rw-r--r--shared/customTooltip.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/shared/customTooltip.h b/shared/customTooltip.h
index d448254e..c6bf6cd6 100644
--- a/shared/customTooltip.h
+++ b/shared/customTooltip.h
@@ -9,9 +9,6 @@
#include <wx/frame.h>
-class PopupFrameGenerated;
-
-
class CustomTooltip
{
public:
@@ -22,6 +19,7 @@ public:
void hide();
private:
+ class PopupFrameGenerated;
PopupFrameGenerated* tipWindow;
const wxBitmap* lastBmp; //buffer last used bitmap pointer
};
bgstack15