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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wx+/bitmap_button.h b/wx+/bitmap_button.h
index 6c186926..960e4579 100644
--- a/wx+/bitmap_button.h
+++ b/wx+/bitmap_button.h
@@ -10,6 +10,7 @@
#include <wx/bmpbuttn.h>
#include "image_tools.h"
+
namespace zen
{
//zen::BitmapTextButton is identical to wxBitmapButton, but preserves the label via SetLabel(), which wxFormbuilder would ditch!
bgstack15