[Issue 900] changing import order causes type mismatch

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 14 05:03:35 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=900


dawg at dawgfoto.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dawg at dawgfoto.de
         Resolution|                            |INVALID


--- Comment #8 from dawg at dawgfoto.de 2012-02-14 05:03:30 PST ---
This is invalid because 'import palette : RGB;' introduces RGB as private
alias.
You cannot access it from color_inl.
Changing that to 'public import palette : RGB' will fix your problem.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list