summaryrefslogtreecommitdiff
path: root/wx+/tooltip.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2016-03-16 21:31:24 +0100
committerDaniel Wilhelm <daniel@wili.li>2016-03-16 21:31:24 +0100
commit89621addb4a7c87d2e3f3e7462e3c690cf71de71 (patch)
tree008b5dea7624ee1eeb57ff82c45fdf1afcab3b08 /wx+/tooltip.h
parent7.5 (diff)
downloadFreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.gz
FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.bz2
FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.zip
7.6
Diffstat (limited to 'wx+/tooltip.h')
-rw-r--r--wx+/tooltip.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/wx+/tooltip.h b/wx+/tooltip.h
index d4236186..8ddba819 100644
--- a/wx+/tooltip.h
+++ b/wx+/tooltip.h
@@ -4,11 +4,12 @@
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
-#ifndef CUSTOMTOOLTIP_H_INCLUDED
-#define CUSTOMTOOLTIP_H_INCLUDED
+#ifndef TOOLTIP_H_8912740832170515
+#define TOOLTIP_H_8912740832170515
#include <wx/window.h>
+
namespace zen
{
class Tooltip
@@ -29,4 +30,4 @@ private:
};
}
-#endif // CUSTOMTOOLTIP_H_INCLUDED
+#endif //TOOLTIP_H_8912740832170515
bgstack15