aboutsummaryrefslogtreecommitdiff
path: root/intl.h
diff options
context:
space:
mode:
Diffstat (limited to 'intl.h')
-rw-r--r--intl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl.h b/intl.h
index 35684866..71e6b43b 100644
--- a/intl.h
+++ b/intl.h
@@ -4,7 +4,7 @@
#include "config.h"
void intl_init(void);
-const gchar *intl_translate(const gchar *string, const gchar *source) __THROW;
+const gchar *intl_translate(const gchar *string, const gchar *source);
#define _(x) (intl_translate(x, __FILE__))