summaryrefslogtreecommitdiff
path: root/shared/customTooltip.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:07:43 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:07:43 +0200
commit4226e548662339ea1ca37b45385a7cf9b237ff1e (patch)
tree9a3fa54b85d97f05164e41bdb96b82f748a37342 /shared/customTooltip.h
parent3.7 (diff)
downloadFreeFileSync-4226e548662339ea1ca37b45385a7cf9b237ff1e.tar.gz
FreeFileSync-4226e548662339ea1ca37b45385a7cf9b237ff1e.tar.bz2
FreeFileSync-4226e548662339ea1ca37b45385a7cf9b237ff1e.zip
3.8
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