From c13d443dba9b7f3bd457a75b4dfd290814518da5 Mon Sep 17 00:00:00 2001
From: Lars Kanis <kanis@comcard.de>
Date: Wed, 9 Jul 2014 16:57:36 +0200
Subject: [PATCH] Add namespace specifier for FXRGB in FXBMPIcon.
This is used in kwargs.rb and requires including Fox into global namespace elsewise.
---
rdoc-sources/FXBMPIcon.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rdoc-sources/FXBMPIcon.rb b/rdoc-sources/FXBMPIcon.rb
index 4ae22b9..0b4824e 100755
--- a/rdoc-sources/FXBMPIcon.rb
+++ b/rdoc-sources/FXBMPIcon.rb
@@ -30,7 +30,7 @@ module Fox
# +width+:: width [Integer]
# +height+:: height [Integer]
#
- def initialize(a, pix=nil, clr=FXRGB(192,192,192), opts=0, width=1, height=1) # :yields: theBMPIcon
+ def initialize(a, pix=nil, clr=Fox.FXRGB(192,192,192), opts=0, width=1, height=1) # :yields: theBMPIcon
end
end
--
GitLab