diff options
author | Ian C <ianc@noddybox.co.uk> | 2008-11-09 23:34:50 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2008-11-09 23:34:50 +0000 |
commit | 65261f3559dd28949a0c74e7750608df0f8e6d0c (patch) | |
tree | 561a827ee045424217d61023de6035f54e379ab7 | |
parent | 563688f453867b4ad7df48eb79d7c43d83895c66 (diff) |
MaxGUI namespace changes in BMX 1.30
-rw-r--r-- | mwidget.mod/mwidget.bmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mwidget.mod/mwidget.bmx b/mwidget.mod/mwidget.bmx index 8c64ea8..397d50d 100644 --- a/mwidget.mod/mwidget.bmx +++ b/mwidget.mod/mwidget.bmx @@ -61,7 +61,7 @@ ModuleInfo "Author: Ian Cowburn" ModuleInfo "Version: $Revision$" Strict -Import brl.maxgui +Import maxgui.maxgui Import brl.linkedlist Import brl.event Import brl.timer |