diff options
Diffstat (limited to 'include/cache.h')
-rw-r--r-- | include/cache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cache.h b/include/cache.h index 70d0e331..7459aa13 100644 --- a/include/cache.h +++ b/include/cache.h @@ -1,12 +1,12 @@ -#ifndef NOOS_CACHE__H -#define NOOS_CACHE__H +#ifndef NEWSBEUTER_CACHE__H +#define NEWSBEUTER_CACHE__H #include <sqlite3.h> #include <rss.h> #include <configcontainer.h> #include <mutex.h> -namespace noos { +namespace newsbeuter { class cache { public: |