Changeset 61338 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 31, 2016 2:20:32 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107633
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl
r61227 r61338 303 303 <!-- Interface forward declaration: --> 304 304 <xsl:text>/* Interface forward declaration: */
</xsl:text> 305 <xsl:text> classI</xsl:text>305 <xsl:text>COM_STRUCT_OR_CLASS(I</xsl:text> 306 306 <xsl:value-of select="substring(@name,2)"/> 307 <xsl:text> ;

</xsl:text>307 <xsl:text>);

</xsl:text> 308 308 309 309 <!-- Interface wrapper declaration: -->
Note:
See TracChangeset
for help on using the changeset viewer.