Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/mono-api-methods.html')
-rw-r--r--docs/sources/mono-api-methods.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/mono-api-methods.html b/docs/sources/mono-api-methods.html
index ae12de2fbb5..bd3e04759e9 100644
--- a/docs/sources/mono-api-methods.html
+++ b/docs/sources/mono-api-methods.html
@@ -14,7 +14,7 @@
managed implementation of System.Version, creating an instance
of the object, and then invoking the constructor on it.
- <div class="header">
+ <div class="mapi-header">
MonoObject*
create_version (MonoDomain *domain, guint32 major, guint32 minor, guint32 build, guint32 revision)
{