summaryrefslogtreecommitdiff
path: root/RealtimeSync/xmlFreeFileSync.h
diff options
context:
space:
mode:
Diffstat (limited to 'RealtimeSync/xmlFreeFileSync.h')
-rw-r--r--RealtimeSync/xmlFreeFileSync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/RealtimeSync/xmlFreeFileSync.h b/RealtimeSync/xmlFreeFileSync.h
index e4e0be76..8de9af08 100644
--- a/RealtimeSync/xmlFreeFileSync.h
+++ b/RealtimeSync/xmlFreeFileSync.h
@@ -10,7 +10,7 @@ namespace RealtimeSync
{
void readRealOrBatchConfig(const wxString& filename, xmlAccess::XmlRealConfig& config); //throw (xmlAccess::XmlError);
- int getProgramLanguage(); //throw (xmlAccess::XmlError);
+ int getProgramLanguage();
}
#endif // XMLFREEFILESYNC_H_INCLUDED
bgstack15