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

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/mycss/namespace/myosi.h')
-rw-r--r--source/mycss/namespace/myosi.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/mycss/namespace/myosi.h b/source/mycss/namespace/myosi.h
index 884605f..7d96e16 100644
--- a/source/mycss/namespace/myosi.h
+++ b/source/mycss/namespace/myosi.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016 Alexander Borisov
+ Copyright (C) 2016-2017 Alexander Borisov
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -28,16 +28,16 @@ extern "C" {
#include "mycss/myosi.h"
#include "myhtml/mystring.h"
-#include "myhtml/utils/mctree.h"
-#include "myhtml/utils/mcobject.h"
+#include "mycore/utils/mctree.h"
+#include "mycore/utils/mcobject.h"
typedef struct mycss_namespace mycss_namespace_t;
typedef struct mycss_namespace_entry mycss_namespace_entry_t;
typedef struct mycss_namespace_stylesheet mycss_namespace_stylesheet_t;
struct mycss_namespace_entry {
- myhtml_string_t* name;
- myhtml_string_t* url;
+ mycore_string_t* name;
+ mycore_string_t* url;
myhtml_namespace_t ns_id;
size_t mctree_id;