summaryrefslogtreecommitdiff
path: root/wx+/rtl.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/rtl.h')
-rwxr-xr-xwx+/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wx+/rtl.h b/wx+/rtl.h
index 1e775c79..e479c5a8 100755
--- a/wx+/rtl.h
+++ b/wx+/rtl.h
@@ -12,6 +12,7 @@
#include <wx/image.h>
#include <wx/app.h>
+
namespace zen
{
//functions supporting right-to-left GUI layout
bgstack15