[Monodevelop-patches-list] r1206 - trunk/MonoDevelop/src/Main/Base/Gui/HtmlControl
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Mar 20 17:34:00 EST 2004
Author: jluke
Date: 2004-03-20 17:34:00 -0500 (Sat, 20 Mar 2004)
New Revision: 1206
Modified:
trunk/MonoDevelop/src/Main/Base/Gui/HtmlControl/IHTMLElement.cs
Log:
temporarily make this public to fix Inconsistent accesibility
Modified: trunk/MonoDevelop/src/Main/Base/Gui/HtmlControl/IHTMLElement.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/HtmlControl/IHTMLElement.cs 2004-03-20 20:17:08 UTC (rev 1205)
+++ trunk/MonoDevelop/src/Main/Base/Gui/HtmlControl/IHTMLElement.cs 2004-03-20 22:34:00 UTC (rev 1206)
@@ -8,7 +8,7 @@
Guid(@"3050F1FF-98B5-11CF-BB82-00AA00BDCE0B"),
InterfaceType(ComInterfaceType.InterfaceIsDual)
]
- interface IHTMLElement
+ public interface IHTMLElement
{
void SetAttribute(string strAttributeName, object AttributeValue, int lFlags);
More information about the Monodevelop-patches-list
mailing list