summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2007-09-22 01:01:10 +0200
committerThomas Günther <tom@toms-cafe.de>2007-09-22 01:01:10 +0200
commit135a8c9447ca19c4d609373b228bd096a2ae2ab8 (patch)
tree1f24e7f3d0d4531d1a5bd705b89c40e7c3c29d33 /i18n.h
parentb39a6bf3e7add336dbb127394e8c611ec1d29cd6 (diff)
downloadvdr-plugin-spider-135a8c9447ca19c4d609373b228bd096a2ae2ab8.tar.gz
vdr-plugin-spider-135a8c9447ca19c4d609373b228bd096a2ae2ab8.tar.bz2
Added namespaces
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/i18n.h b/i18n.h
index 13b28ce..8f47922 100644
--- a/i18n.h
+++ b/i18n.h
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: i18n.h 87 2007-06-22 22:37:36Z tom $
+ * $Id: i18n.h 95 2007-09-21 23:01:10Z tom $
*/
#ifndef VDR_SPIDER_I18N_H
@@ -25,7 +25,14 @@
#include "spider.h"
#include <vdr/i18n.h>
+#include <vdr/config.h>
-extern const tI18nPhrase Phrases[];
+
+namespace SpiderPlugin
+{
+
+ extern const tI18nPhrase Phrases[];
+
+} // namespace SpiderPlugin
#endif // VDR_SPIDER_I18N_H