summaryrefslogtreecommitdiff
path: root/wx+/bitmap_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/bitmap_button.h')
-rw-r--r--wx+/bitmap_button.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wx+/bitmap_button.h b/wx+/bitmap_button.h
index 960e4579..4aef3d36 100644
--- a/wx+/bitmap_button.h
+++ b/wx+/bitmap_button.h
@@ -4,8 +4,8 @@
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
-#ifndef BUTTON_HEADER_83415718945878341563415
-#define BUTTON_HEADER_83415718945878341563415
+#ifndef BITMAP_BUTTON_H_83415718945878341563415
+#define BITMAP_BUTTON_H_83415718945878341563415
#include <wx/bmpbuttn.h>
#include "image_tools.h"
@@ -85,4 +85,4 @@ void setImage(wxBitmapButton& button, const wxBitmap& bmp)
}
}
-#endif //BUTTON_HEADER_83415718945878341563415
+#endif //BITMAP_BUTTON_H_83415718945878341563415
bgstack15