aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs')
-rw-r--r--Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs b/Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs
index de5b8e90e..a41a56748 100644
--- a/Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs
+++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchIcon.cs
@@ -19,7 +19,7 @@ namespace Tango.Touch.Controls
{
private static IDictionary<TouchIconKind,String> _icons;
- public static IDictionary<TouchIconKind,string> Icons
+ internal static IDictionary<TouchIconKind,string> Icons
{
get
{